#5defe7

Color #5DEFE7 Turquoise Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise Blue #5DEFE7

Tints of Turquoise Blue #5DEFE7

Color information

#5DEFE7 (or 0x5DEFE7) is unknown color: approx Turquoise Blue. HEX triplet: 5D, EF and E7. RGB value is (93,239,231). Sum of RGB (Red+Green+Blue) = 93+239+231=563 (74% of max value = 765). Red value is 93 (36.72% from 255 or 16.52% from 563); Green value is 239 (93.75% from 255 or 42.45% from 563); Blue value is 231 (90.62% from 255 or 41.03% from 563); Max value from RGB is 239 - color contains mainly: green. Hex color #5DEFE7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5DEFE7 is #A21018. Grayscale: #C2C2C2. Windows color (decimal): -10620953 or 15200093. OLE color: 15200093.

HSL color Cylindrical-coordinate representation of color #5DEFE7: hue angle of 176.71º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5DEFE7 is Cyan = 0.61, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.06.

Color convert

RGB93239231-
CMYK0.6100.030.06
HSL176.71º82.02%65.1%-
HSV(B)176.71º61.09%93.73%-
XYZ49.869.8386.45-
YUV194.43148.6355.65-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 16.52%
GREEN value IS 239 (93.75% from 255) = 42.45%
BLUE value IS 231 (90.62% from 255) = 41.03%
R=16.52%
G=42.45%
B=41.03%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal932392310.6100.030.06176.7182.0265.1
Hex5DEFE73D036b15241
Octal13535734775036261122101
Binary101110111101111111001111111010111101011000110100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5defe7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5defe7; }

 p { color: rgb(93,239,231); }

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

<style>
 a { background-color: #5defe7; }

 a { background-color: rgb(93,239,231); }

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

<style>
 span { border-color: #5defe7; }

 span { border-color: rgb(93,239,231); }

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