Html Css Color HEX #20DFED Bright Turquoise

📋 copy color: '#20DFED'

red 32 ◦ green 223 ◦ blue 237

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

Shades of Bright Turquoise #20DFED

Tints of Bright Turquoise #20DFED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 48.17%

R = 6.5%
G = 45.33%
B = 48.17%

CMYK

 C value IS 0.86

 M value IS 0.06

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#20DFED (or 0x20DFED) is known color: Bright Turquoise. HEX triplet: 20, DF and ED. RGB value is (32,223,237). Sum of RGB (Red+Green+Blue) = 32+223+237=492 (65% of max value = 765). Red value is 32 (12.89% from 255 or 6.50% from 492); Green value is 223 (87.5% from 255 or 45.33% from 492); Blue value is 237 (92.97% from 255 or 48.17% from 492); Max value from RGB is 237 - color contains mainly: blue. Hex color #20DFED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #20DFED is #DF2012. Grayscale: #A7A7A7. Windows color (decimal): -14622739 or 15589152. OLE color: 15589152.

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

Color convert

RGB 32 223 237 -
CMYK 0.86 0.06 0 0.07
HSL 184.1º 0.85% 0.53% -
HSV(B) 184.1º 0.86% 0.93% -
XYZ 42.27 59.2 89.32 -
YUV 167.49 167.22 31.36 -
System Red Green Blue C M Y K H S L
Decimal 32 223 237 0.86 0.06 0 0.07 184.1 0.85 0.53
Hex 20 DF ED 56 6 0 7 B8 55 35
Octal 40 337 355 126 6 0 7 270 125 65
Binary 100000 11011111 11101101 1010110 110 0 111 10111000 1010101 110101

Color Harmonies of #20DFED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20DFED

Black with #20DFED

Text Example


Text Example

White with #20DFED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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