Html Css Color HEX #20D4CC Robin's Egg Blue

📋 copy color: '#20D4CC'

red 32 ◦ green 212 ◦ blue 204

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

Shades of Robin's Egg Blue #20D4CC

Tints of Robin's Egg Blue #20D4CC

RGB

 RED value IS 32 (12.89% from 255) = 7.14%

 GREEN value IS 212 (83.2% from 255) = 47.32%

 BLUE value IS 204 (80.08% from 255) = 45.54%

R = 7.14%
G = 47.32%
B = 45.54%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.04

 K value IS 0.17

RGB Variations

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

Color information

#20D4CC (or 0x20D4CC) is known color: Robin's Egg Blue. HEX triplet: 20, D4 and CC. RGB value is (32,212,204). Sum of RGB (Red+Green+Blue) = 32+212+204=448 (59% of max value = 765). Red value is 32 (12.89% from 255 or 7.14% from 448); Green value is 212 (83.20% from 255 or 47.32% from 448); Blue value is 204 (80.08% from 255 or 45.54% from 448); Max value from RGB is 212 - color contains mainly: green. Hex color #20D4CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20D4CC is #DF2B33. Grayscale: #9D9D9D. Windows color (decimal): -14625588 or 13423648. OLE color: 13423648.

HSL color Cylindrical-coordinate representation of color #20D4CC: hue angle of 177.33º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #20D4CC is Cyan = 0.85, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.17.

Color convert

RGB 32 212 204 -
CMYK 0.85 0 0.04 0.17
HSL 177.33º 0.74% 0.48% -
HSV(B) 177.33º 0.85% 0.83% -
XYZ 35.04 51.75 65.27 -
YUV 157.27 154.37 38.65 -
System Red Green Blue C M Y K H S L
Decimal 32 212 204 0.85 0 0.04 0.17 177.33 0.74 0.48
Hex 20 D4 CC 55 0 4 11 B1 4A 30
Octal 40 324 314 125 0 4 21 261 112 60
Binary 100000 11010100 11001100 1010101 0 100 10001 10110001 1001010 110000

Color Harmonies of #20D4CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20D4CC

Black with #20D4CC

Text Example


Text Example

White with #20D4CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20D4CC; }

 p { color: rgb(32,212,204); }

 H1.HeaderClassName
 {
   color: #20D4CC;
 }
 .AnyTagClassName
 {
   color: #20D4CC;
 }
</style>

background-color css

<style>
 a { background-color: #20D4CC; }

 a { background-color: rgb(32,212,204); }

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

border-color css

<style>
 span { border-color: #20D4CC; }

 span { border-color: rgb(32,212,204); }

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