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

📋 copy color: '#20D1CD'

red 32 ◦ green 209 ◦ blue 205

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

Shades of Robin's Egg Blue #20D1CD

Tints of Robin's Egg Blue #20D1CD

RGB

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

 GREEN value IS 209 (82.03% from 255) = 46.86%

 BLUE value IS 205 (80.47% from 255) = 45.96%

R = 7.17%
G = 46.86%
B = 45.96%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#20D1CD (or 0x20D1CD) is known color: Robin's Egg Blue. HEX triplet: 20, D1 and CD. RGB value is (32,209,205). Sum of RGB (Red+Green+Blue) = 32+209+205=446 (59% of max value = 765). Red value is 32 (12.89% from 255 or 7.17% from 446); Green value is 209 (82.03% from 255 or 46.86% from 446); Blue value is 205 (80.47% from 255 or 45.96% from 446); Max value from RGB is 209 - color contains mainly: green. Hex color #20D1CD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20D1CD is #DF2E32. Grayscale: #9B9B9B. Windows color (decimal): -14626355 or 13488416. OLE color: 13488416.

HSL color Cylindrical-coordinate representation of color #20D1CD: hue angle of 178.64º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #20D1CD is Cyan = 0.85, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB 32 209 205 -
CMYK 0.85 0 0.02 0.18
HSL 178.64º 0.73% 0.47% -
HSV(B) 178.64º 0.85% 0.82% -
XYZ 34.42 50.32 65.66 -
YUV 155.62 155.86 39.83 -
System Red Green Blue C M Y K H S L
Decimal 32 209 205 0.85 0 0.02 0.18 178.64 0.73 0.47
Hex 20 D1 CD 55 0 2 12 B3 49 2F
Octal 40 321 315 125 0 2 22 263 111 57
Binary 100000 11010001 11001101 1010101 0 10 10010 10110011 1001001 101111

Color Harmonies of #20D1CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20D1CD

Black with #20D1CD

Text Example


Text Example

White with #20D1CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,209,205); }

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

background-color css

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

 a { background-color: rgb(32,209,205); }

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

border-color css

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

 span { border-color: rgb(32,209,205); }

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