Html Css Color HEX #20CCE2 Dark Turquoise

📋 copy color: '#20CCE2'

red 32 ◦ green 204 ◦ blue 226

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

Shades of Dark Turquoise #20CCE2

Tints of Dark Turquoise #20CCE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 48.92%

R = 6.93%
G = 44.16%
B = 48.92%

CMYK

 C value IS 0.86

 M value IS 0.10

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#20CCE2 (or 0x20CCE2) is known color: Dark Turquoise. HEX triplet: 20, CC and E2. RGB value is (32,204,226). Sum of RGB (Red+Green+Blue) = 32+204+226=462 (61% of max value = 765). Red value is 32 (12.89% from 255 or 6.93% from 462); Green value is 204 (80.08% from 255 or 44.16% from 462); Blue value is 226 (88.67% from 255 or 48.92% from 462); Max value from RGB is 226 - color contains mainly: blue. Hex color #20CCE2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20CCE2 is #DF331D. Grayscale: #9A9A9A. Windows color (decimal): -14627614 or 14863392. OLE color: 14863392.

HSL color Cylindrical-coordinate representation of color #20CCE2: hue angle of 186.8º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #20CCE2 is Cyan = 0.86, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 32 204 226 -
CMYK 0.86 0.10 0 0.11
HSL 186.8º 0.77% 0.51% -
HSV(B) 186.8º 0.86% 0.89% -
XYZ 35.92 48.98 79.51 -
YUV 155.08 168.02 40.21 -
System Red Green Blue C M Y K H S L
Decimal 32 204 226 0.86 0.10 0 0.11 186.8 0.77 0.51
Hex 20 CC E2 56 A 0 B BB 4D 33
Octal 40 314 342 126 12 0 13 273 115 63
Binary 100000 11001100 11100010 1010110 1010 0 1011 10111011 1001101 110011

Color Harmonies of #20CCE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20CCE2

Black with #20CCE2

Text Example


Text Example

White with #20CCE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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