Html Css Color HEX #2FCDDC Medium Turquoise

📋 copy color: '#2FCDDC'

red 47 ◦ green 205 ◦ blue 220

#2FCDDC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Turquoise #2FCDDC

Tints of Medium Turquoise #2FCDDC

RGB

 RED value IS 47 (18.75% from 255) = 9.96%

 GREEN value IS 205 (80.47% from 255) = 43.43%

 BLUE value IS 220 (86.33% from 255) = 46.61%

R = 9.96%
G = 43.43%
B = 46.61%

CMYK

 C value IS 0.79

 M value IS 0.07

 Y value IS 0

 K value IS 0.14

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#2FCDDC (or 0x2FCDDC) is known color: Medium Turquoise. HEX triplet: 2F, CD and DC. RGB value is (47,205,220). Sum of RGB (Red+Green+Blue) = 47+205+220=472 (62% of max value = 765). Red value is 47 (18.75% from 255 or 9.96% from 472); Green value is 205 (80.47% from 255 or 43.43% from 472); Blue value is 220 (86.33% from 255 or 46.61% from 472); Max value from RGB is 220 - color contains mainly: blue. Hex color #2FCDDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FCDDC is #D03223. Grayscale: #9F9F9F. Windows color (decimal): -13644324 or 14470447. OLE color: 14470447.

HSL color Cylindrical-coordinate representation of color #2FCDDC: hue angle of 185.2º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2FCDDC is Cyan = 0.79, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 47 205 220 -
CMYK 0.79 0.07 0 0.14
HSL 185.2º 0.71% 0.52% -
HSV(B) 185.2º 0.79% 0.86% -
XYZ 35.92 49.43 75.36 -
YUV 159.47 162.15 47.78 -
System Red Green Blue C M Y K H S L
Decimal 47 205 220 0.79 0.07 0 0.14 185.2 0.71 0.52
Hex 2F CD DC 4F 7 0 E B9 47 34
Octal 57 315 334 117 7 0 16 271 107 64
Binary 101111 11001101 11011100 1001111 111 0 1110 10111001 1000111 110100

Color Harmonies of #2FCDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FCDDC

Black with #2FCDDC

Text Example


Text Example

White with #2FCDDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2FCDDC; }

 p { color: rgb(47,205,220); }

 H1.HeaderClassName
 {
   color: #2FCDDC;
 }
 .AnyTagClassName
 {
   color: #2FCDDC;
 }
</style>

background-color css

<style>
 a { background-color: #2FCDDC; }

 a { background-color: rgb(47,205,220); }

 div.DivClassName
 {
   background-color: #2FCDDC;
 }
 .BgClassName
 {
   background-color: #2FCDDC;
 }
</style>

border-color css

<style>
 span { border-color: #2FCDDC; }

 span { border-color: rgb(47,205,220); }

 td.TdClassName
 {
   border-color: #2FCDDC;
 }
 .TagClassName
 {
   border-color: #2FCDDC;
 }
</style>