#20D4EA

Color #20D4EA Bright Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bright Turquoise #20D4EA

Tints of Bright Turquoise #20D4EA

Color information

#20D4EA (or 0x20D4EA) is unknown color: approx 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

RGB32212234-
CMYK0.860.0900.08
HSL186.53º82.79%52.16%-
HSV(B)186.53º86.32%91.76%-
XYZ38.9953.3386.08-
YUV160.69169.3736.21-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 6.69%
GREEN value IS 212 (83.20% from 255) = 44.35%
BLUE value IS 234 (91.80% from 255) = 48.95%
R=6.69%
G=44.35%
B=48.95%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal322122340.860.0900.08186.5382.7952.16
Hex20D4EA56908bb5334
Octal403243521261101027312364
Binary10000011010100111010101010110100101000101110111010011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20D4EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>