Html Css Color HEX #20CEE9 Bright Turquoise

📋 copy color: '#20CEE9'

red 32 ◦ green 206 ◦ blue 233

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

Shades of Bright Turquoise #20CEE9

Tints of Bright Turquoise #20CEE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 49.47%

R = 6.79%
G = 43.74%
B = 49.47%

CMYK

 C value IS 0.86

 M value IS 0.12

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#20CEE9 (or 0x20CEE9) is known color: Bright Turquoise. HEX triplet: 20, CE and E9. RGB value is (32,206,233). Sum of RGB (Red+Green+Blue) = 32+206+233=471 (62% of max value = 765). Red value is 32 (12.89% from 255 or 6.79% from 471); Green value is 206 (80.86% from 255 or 43.74% from 471); Blue value is 233 (91.41% from 255 or 49.47% from 471); Max value from RGB is 233 - color contains mainly: blue. Hex color #20CEE9 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #20CEE9 is #DF3116. Grayscale: #9C9C9C. Windows color (decimal): -14627095 or 15322656. OLE color: 15322656.

HSL color Cylindrical-coordinate representation of color #20CEE9: hue angle of 188.06º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #20CEE9 is Cyan = 0.86, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 32 206 233 -
CMYK 0.86 0.12 0 0.09
HSL 188.06º 0.82% 0.52% -
HSV(B) 188.06º 0.86% 0.91% -
XYZ 37.37 50.33 84.84 -
YUV 157.05 170.85 38.8 -
System Red Green Blue C M Y K H S L
Decimal 32 206 233 0.86 0.12 0 0.09 188.06 0.82 0.52
Hex 20 CE E9 56 C 0 9 BC 52 34
Octal 40 316 351 126 14 0 11 274 122 64
Binary 100000 11001110 11101001 1010110 1100 0 1001 10111100 1010010 110100

Color Harmonies of #20CEE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20CEE9

Black with #20CEE9

Text Example


Text Example

White with #20CEE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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