Html Css Color HEX #20DFEE Bright Turquoise

📋 copy color: '#20DFEE'

red 32 ◦ green 223 ◦ blue 238

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

Shades of Bright Turquoise #20DFEE

Tints of Bright Turquoise #20DFEE

RGB

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

 GREEN value IS 223 (87.5% from 255) = 45.23%

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

R = 6.49%
G = 45.23%
B = 48.28%

CMYK

 C value IS 0.87

 M value IS 0.06

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#20DFEE (or 0x20DFEE) is known color: Bright Turquoise. HEX triplet: 20, DF and EE. RGB value is (32,223,238). Sum of RGB (Red+Green+Blue) = 32+223+238=493 (65% of max value = 765). Red value is 32 (12.89% from 255 or 6.49% from 493); Green value is 223 (87.5% from 255 or 45.23% from 493); Blue value is 238 (93.36% from 255 or 48.28% from 493); Max value from RGB is 238 - color contains mainly: blue. Hex color #20DFEE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #20DFEE is #DF2011. Grayscale: #A7A7A7. Windows color (decimal): -14622738 or 15654688. OLE color: 15654688.

HSL color Cylindrical-coordinate representation of color #20DFEE: hue angle of 184.37º 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 #20DFEE is Cyan = 0.87, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 32 223 238 -
CMYK 0.87 0.06 0 0.07
HSL 184.37º 0.86% 0.53% -
HSV(B) 184.37º 0.87% 0.93% -
XYZ 42.42 59.26 90.09 -
YUV 167.6 167.72 31.28 -
System Red Green Blue C M Y K H S L
Decimal 32 223 238 0.87 0.06 0 0.07 184.37 0.86 0.53
Hex 20 DF EE 57 6 0 7 B8 56 35
Octal 40 337 356 127 6 0 7 270 126 65
Binary 100000 11011111 11101110 1010111 110 0 111 10111000 1010110 110101

Color Harmonies of #20DFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20DFEE

Black with #20DFEE

Text Example


Text Example

White with #20DFEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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