#20D5E7

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

Shades of Bright Turquoise #20D5E7

Tints of Bright Turquoise #20D5E7

Color information

#20D5E7 (or 0x20D5E7) is unknown color: approx Bright Turquoise. HEX triplet: 20, D5 and E7. RGB value is (32,213,231). Sum of RGB (Red+Green+Blue) = 32+213+231=476 (63% of max value = 765). Red value is 32 (12.89% from 255 or 6.72% from 476); Green value is 213 (83.59% from 255 or 44.75% from 476); Blue value is 231 (90.62% from 255 or 48.53% from 476); Max value from RGB is 231 - color contains mainly: blue. Hex color #20D5E7 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #20D5E7 is #DF2A18. Grayscale: #A0A0A0. Windows color (decimal): -14625305 or 15193376. OLE color: 15193376.

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

Color convert

RGB32213231-
CMYK0.860.0800.09
HSL185.43º80.57%51.57%-
HSV(B)185.43º86.15%90.59%-
XYZ38.8153.6783.91-
YUV160.93167.5336.04-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 6.72%
GREEN value IS 213 (83.59% from 255) = 44.75%
BLUE value IS 231 (90.62% from 255) = 48.53%
R=6.72%
G=44.75%
B=48.53%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal322132310.860.0800.09185.4380.5751.57
Hex20D5E756809b95134
Octal403253471261001127112164
Binary10000011010101111001111010110100001001101110011010001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20D5E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,213,231); }

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

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

 a { background-color: rgb(32,213,231); }

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

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

 span { border-color: rgb(32,213,231); }

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