#20D0EA

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

Shades of Bright Turquoise #20D0EA

Tints of Bright Turquoise #20D0EA

Color information

#20D0EA (or 0x20D0EA) is unknown color: approx Bright Turquoise. HEX triplet: 20, D0 and EA. RGB value is (32,208,234). Sum of RGB (Red+Green+Blue) = 32+208+234=474 (62% of max value = 765). Red value is 32 (12.89% from 255 or 6.75% from 474); Green value is 208 (81.64% from 255 or 43.88% from 474); Blue value is 234 (91.80% from 255 or 49.37% from 474); Max value from RGB is 234 - color contains mainly: blue. Hex color #20D0EA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #20D0EA is #DF2F15. Grayscale: #9E9E9E. Windows color (decimal): -14626582 or 15388704. OLE color: 15388704.

HSL color Cylindrical-coordinate representation of color #20D0EA: hue angle of 187.72º 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 #20D0EA is Cyan = 0.86, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB32208234-
CMYK0.860.1100.08
HSL187.72º82.79%52.16%-
HSV(B)187.72º86.32%91.76%-
XYZ3851.3685.75-
YUV158.34170.6937.89-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 6.75%
GREEN value IS 208 (81.64% from 255) = 43.88%
BLUE value IS 234 (91.80% from 255) = 49.37%
R=6.75%
G=43.88%
B=49.37%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal322082340.860.1100.08187.7282.7952.16
Hex20D0EA56B08bc5334
Octal403203521261301027412364
Binary10000011010000111010101010110101101000101111001010011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20D0EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #20D0EA;
 }
 .AnyTagClassName
 {
   color: #20D0EA;
 }
</style>
background-color css

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

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

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

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

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

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