Html Css Color HEX #20D2EE Bright Turquoise

📋 copy color: '#20D2EE'

red 32 ◦ green 210 ◦ blue 238

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

Shades of Bright Turquoise #20D2EE

Tints of Bright Turquoise #20D2EE

RGB

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

 GREEN value IS 210 (82.42% from 255) = 43.75%

 BLUE value IS 238 (93.36% from 255) = 49.58%

R = 6.67%
G = 43.75%
B = 49.58%

CMYK

 C value IS 0.87

 M value IS 0.12

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#20D2EE (or 0x20D2EE) is known color: Bright Turquoise. HEX triplet: 20, D2 and EE. RGB value is (32,210,238). Sum of RGB (Red+Green+Blue) = 32+210+238=480 (63% of max value = 765). Red value is 32 (12.89% from 255 or 6.67% from 480); Green value is 210 (82.42% from 255 or 43.75% from 480); Blue value is 238 (93.36% from 255 or 49.58% from 480); Max value from RGB is 238 - color contains mainly: blue. Hex color #20D2EE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #20D2EE is #DF2D11. Grayscale: #9F9F9F. Windows color (decimal): -14626066 or 15651360. OLE color: 15651360.

HSL color Cylindrical-coordinate representation of color #20D2EE: hue angle of 188.16º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #20D2EE is Cyan = 0.87, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 32 210 238 -
CMYK 0.87 0.12 0 0.07
HSL 188.16º 0.86% 0.53% -
HSV(B) 188.16º 0.87% 0.93% -
XYZ 39.07 52.57 88.98 -
YUV 159.97 172.03 36.72 -
System Red Green Blue C M Y K H S L
Decimal 32 210 238 0.87 0.12 0 0.07 188.16 0.86 0.53
Hex 20 D2 EE 57 C 0 7 BC 56 35
Octal 40 322 356 127 14 0 7 274 126 65
Binary 100000 11010010 11101110 1010111 1100 0 111 10111100 1010110 110101

Color Harmonies of #20D2EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20D2EE

Black with #20D2EE

Text Example


Text Example

White with #20D2EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,210,238); }

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

background-color css

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

 a { background-color: rgb(32,210,238); }

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

border-color css

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

 span { border-color: rgb(32,210,238); }

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