Html Css Color HEX #20CBD5 Dark Turquoise

📋 copy color: '#20CBD5'

red 32 ◦ green 203 ◦ blue 213

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

Shades of Dark Turquoise #20CBD5

Tints of Dark Turquoise #20CBD5

RGB

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

 GREEN value IS 203 (79.69% from 255) = 45.31%

 BLUE value IS 213 (83.59% from 255) = 47.54%

R = 7.14%
G = 45.31%
B = 47.54%

CMYK

 C value IS 0.85

 M value IS 0.05

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#20CBD5 (or 0x20CBD5) is known color: Dark Turquoise. HEX triplet: 20, CB and D5. RGB value is (32,203,213). Sum of RGB (Red+Green+Blue) = 32+203+213=448 (59% of max value = 765). Red value is 32 (12.89% from 255 or 7.14% from 448); Green value is 203 (79.69% from 255 or 45.31% from 448); Blue value is 213 (83.59% from 255 or 47.54% from 448); Max value from RGB is 213 - color contains mainly: blue. Hex color #20CBD5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20CBD5 is #DF342A. Grayscale: #989898. Windows color (decimal): -14627883 or 14011168. OLE color: 14011168.

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

Color convert

RGB 32 203 213 -
CMYK 0.85 0.05 0 0.16
HSL 183.31º 0.74% 0.48% -
HSV(B) 183.31º 0.85% 0.84% -
XYZ 33.96 47.82 70.39 -
YUV 153.01 161.85 41.69 -
System Red Green Blue C M Y K H S L
Decimal 32 203 213 0.85 0.05 0 0.16 183.31 0.74 0.48
Hex 20 CB D5 55 5 0 10 B7 4A 30
Octal 40 313 325 125 5 0 20 267 112 60
Binary 100000 11001011 11010101 1010101 101 0 10000 10110111 1001010 110000

Color Harmonies of #20CBD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20CBD5

Black with #20CBD5

Text Example


Text Example

White with #20CBD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,203,213); }

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

background-color css

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

 a { background-color: rgb(32,203,213); }

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

border-color css

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

 span { border-color: rgb(32,203,213); }

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