Html Css Color HEX #20DAE0 Bright Turquoise

📋 copy color: '#20DAE0'

red 32 ◦ green 218 ◦ blue 224

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

Shades of Bright Turquoise #20DAE0

Tints of Bright Turquoise #20DAE0

RGB

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

 GREEN value IS 218 (85.55% from 255) = 45.99%

 BLUE value IS 224 (87.89% from 255) = 47.26%

R = 6.75%
G = 45.99%
B = 47.26%

CMYK

 C value IS 0.86

 M value IS 0.03

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#20DAE0 (or 0x20DAE0) is known color: Bright Turquoise. HEX triplet: 20, DA and E0. RGB value is (32,218,224). Sum of RGB (Red+Green+Blue) = 32+218+224=474 (62% of max value = 765). Red value is 32 (12.89% from 255 or 6.75% from 474); Green value is 218 (85.55% from 255 or 45.99% from 474); Blue value is 224 (87.89% from 255 or 47.26% from 474); Max value from RGB is 224 - color contains mainly: blue. Hex color #20DAE0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20DAE0 is #DF251F. Grayscale: #A2A2A2. Windows color (decimal): -14624032 or 14735904. OLE color: 14735904.

HSL color Cylindrical-coordinate representation of color #20DAE0: hue angle of 181.88º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #20DAE0 is Cyan = 0.86, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 32 218 224 -
CMYK 0.86 0.03 0 0.12
HSL 181.88º 0.76% 0.5% -
HSV(B) 181.88º 0.86% 0.88% -
XYZ 39.12 55.83 79.24 -
YUV 163.07 162.38 34.51 -
System Red Green Blue C M Y K H S L
Decimal 32 218 224 0.86 0.03 0 0.12 181.88 0.76 0.5
Hex 20 DA E0 56 3 0 C B6 4C 32
Octal 40 332 340 126 3 0 14 266 114 62
Binary 100000 11011010 11100000 1010110 11 0 1100 10110110 1001100 110010

Color Harmonies of #20DAE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20DAE0

Black with #20DAE0

Text Example


Text Example

White with #20DAE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,218,224); }

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

background-color css

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

 a { background-color: rgb(32,218,224); }

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

border-color css

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

 span { border-color: rgb(32,218,224); }

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