Html Css Color HEX #20CFD8 Dark Turquoise

📋 copy color: '#20CFD8'

red 32 ◦ green 207 ◦ blue 216

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

Shades of Dark Turquoise #20CFD8

Tints of Dark Turquoise #20CFD8

RGB

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

 GREEN value IS 207 (81.25% from 255) = 45.49%

 BLUE value IS 216 (84.77% from 255) = 47.47%

R = 7.03%
G = 45.49%
B = 47.47%

CMYK

 C value IS 0.85

 M value IS 0.04

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#20CFD8 (or 0x20CFD8) is known color: Dark Turquoise. HEX triplet: 20, CF and D8. RGB value is (32,207,216). Sum of RGB (Red+Green+Blue) = 32+207+216=455 (60% of max value = 765). Red value is 32 (12.89% from 255 or 7.03% from 455); Green value is 207 (81.25% from 255 or 45.49% from 455); Blue value is 216 (84.77% from 255 or 47.47% from 455); Max value from RGB is 216 - color contains mainly: blue. Hex color #20CFD8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20CFD8 is #DF3027. Grayscale: #9B9B9B. Windows color (decimal): -14626856 or 14208800. OLE color: 14208800.

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

Color convert

RGB 32 207 216 -
CMYK 0.85 0.04 0 0.15
HSL 182.93º 0.74% 0.49% -
HSV(B) 182.93º 0.85% 0.85% -
XYZ 35.3 49.89 72.73 -
YUV 155.7 162.02 39.77 -
System Red Green Blue C M Y K H S L
Decimal 32 207 216 0.85 0.04 0 0.15 182.93 0.74 0.49
Hex 20 CF D8 55 4 0 F B7 4A 31
Octal 40 317 330 125 4 0 17 267 112 61
Binary 100000 11001111 11011000 1010101 100 0 1111 10110111 1001010 110001

Color Harmonies of #20CFD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20CFD8

Black with #20CFD8

Text Example


Text Example

White with #20CFD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,207,216); }

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

background-color css

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

 a { background-color: rgb(32,207,216); }

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

border-color css

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

 span { border-color: rgb(32,207,216); }

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