Html Css Color HEX #20CCCF Dark Turquoise

📋 copy color: '#20CCCF'

red 32 ◦ green 204 ◦ blue 207

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

Shades of Dark Turquoise #20CCCF

Tints of Dark Turquoise #20CCCF

RGB

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

 GREEN value IS 204 (80.08% from 255) = 46.05%

 BLUE value IS 207 (81.25% from 255) = 46.73%

R = 7.22%
G = 46.05%
B = 46.73%

CMYK

 C value IS 0.85

 M value IS 0.01

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#20CCCF (or 0x20CCCF) is known color: Dark Turquoise. HEX triplet: 20, CC and CF. RGB value is (32,204,207). Sum of RGB (Red+Green+Blue) = 32+204+207=443 (58% of max value = 765). Red value is 32 (12.89% from 255 or 7.22% from 443); Green value is 204 (80.08% from 255 or 46.05% from 443); Blue value is 207 (81.25% from 255 or 46.73% from 443); Max value from RGB is 207 - color contains mainly: blue. Hex color #20CCCF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20CCCF is #DF3330. Grayscale: #989898. Windows color (decimal): -14627633 or 13618208. OLE color: 13618208.

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

Color convert

RGB 32 204 207 -
CMYK 0.85 0.01 0 0.19
HSL 181.03º 0.73% 0.47% -
HSV(B) 181.03º 0.85% 0.81% -
XYZ 33.45 48 66.53 -
YUV 152.91 158.52 41.76 -
System Red Green Blue C M Y K H S L
Decimal 32 204 207 0.85 0.01 0 0.19 181.03 0.73 0.47
Hex 20 CC CF 55 1 0 13 B5 49 2F
Octal 40 314 317 125 1 0 23 265 111 57
Binary 100000 11001100 11001111 1010101 1 0 10011 10110101 1001001 101111

Color Harmonies of #20CCCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20CCCF

Black with #20CCCF

Text Example


Text Example

White with #20CCCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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