Html Css Color HEX #20D4EA Bright Turquoise

📋 copy color: '#20D4EA'

red 32 ◦ green 212 ◦ blue 234

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

Shades of Bright Turquoise #20D4EA

Tints of Bright Turquoise #20D4EA

RGB

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

 GREEN value IS 212 (83.2% from 255) = 44.35%

 BLUE value IS 234 (91.8% from 255) = 48.95%

R = 6.69%
G = 44.35%
B = 48.95%

CMYK

 C value IS 0.86

 M value IS 0.09

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#20D4EA (or 0x20D4EA) is known color: Bright Turquoise. HEX triplet: 20, D4 and EA. RGB value is (32,212,234). Sum of RGB (Red+Green+Blue) = 32+212+234=478 (63% of max value = 765). Red value is 32 (12.89% from 255 or 6.69% from 478); Green value is 212 (83.20% from 255 or 44.35% from 478); Blue value is 234 (91.80% from 255 or 48.95% from 478); Max value from RGB is 234 - color contains mainly: blue. Hex color #20D4EA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #20D4EA is #DF2B15. Grayscale: #A0A0A0. Windows color (decimal): -14625558 or 15389728. OLE color: 15389728.

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

Color convert

RGB 32 212 234 -
CMYK 0.86 0.09 0 0.08
HSL 186.53º 0.83% 0.52% -
HSV(B) 186.53º 0.86% 0.92% -
XYZ 38.99 53.33 86.08 -
YUV 160.69 169.37 36.21 -
System Red Green Blue C M Y K H S L
Decimal 32 212 234 0.86 0.09 0 0.08 186.53 0.83 0.52
Hex 20 D4 EA 56 9 0 8 BB 53 34
Octal 40 324 352 126 11 0 10 273 123 64
Binary 100000 11010100 11101010 1010110 1001 0 1000 10111011 1010011 110100

Color Harmonies of #20D4EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20D4EA

Black with #20D4EA

Text Example


Text Example

White with #20D4EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,212,234); }

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

background-color css

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

 a { background-color: rgb(32,212,234); }

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

border-color css

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

 span { border-color: rgb(32,212,234); }

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