Html Css Color HEX #20CEDB Dark Turquoise

📋 copy color: '#20CEDB'

red 32 ◦ green 206 ◦ blue 219

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

Shades of Dark Turquoise #20CEDB

Tints of Dark Turquoise #20CEDB

RGB

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

 GREEN value IS 206 (80.86% from 255) = 45.08%

 BLUE value IS 219 (85.94% from 255) = 47.92%

R = 7%
G = 45.08%
B = 47.92%

CMYK

 C value IS 0.85

 M value IS 0.06

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#20CEDB (or 0x20CEDB) is known color: Dark Turquoise. HEX triplet: 20, CE and DB. RGB value is (32,206,219). Sum of RGB (Red+Green+Blue) = 32+206+219=457 (60% of max value = 765). Red value is 32 (12.89% from 255 or 7.00% from 457); Green value is 206 (80.86% from 255 or 45.08% from 457); Blue value is 219 (85.94% from 255 or 47.92% from 457); Max value from RGB is 219 - color contains mainly: blue. Hex color #20CEDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20CEDB is #DF3124. Grayscale: #9B9B9B. Windows color (decimal): -14627109 or 14405152. OLE color: 14405152.

HSL color Cylindrical-coordinate representation of color #20CEDB: hue angle of 184.17º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #20CEDB is Cyan = 0.85, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 32 206 219 -
CMYK 0.85 0.06 0 0.14
HSL 184.17º 0.75% 0.49% -
HSV(B) 184.17º 0.85% 0.86% -
XYZ 35.45 49.56 74.72 -
YUV 155.46 163.85 39.94 -
System Red Green Blue C M Y K H S L
Decimal 32 206 219 0.85 0.06 0 0.14 184.17 0.75 0.49
Hex 20 CE DB 55 6 0 E B8 4B 31
Octal 40 316 333 125 6 0 16 270 113 61
Binary 100000 11001110 11011011 1010101 110 0 1110 10111000 1001011 110001

Color Harmonies of #20CEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20CEDB

Black with #20CEDB

Text Example


Text Example

White with #20CEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,206,219); }

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

background-color css

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

 a { background-color: rgb(32,206,219); }

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

border-color css

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

 span { border-color: rgb(32,206,219); }

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