#5DEAE7

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

Shades of Turquoise Blue #5DEAE7

Tints of Turquoise Blue #5DEAE7

Color information

#5DEAE7 (or 0x5DEAE7) is unknown color: approx Turquoise Blue. HEX triplet: 5D, EA and E7. RGB value is (93,234,231). Sum of RGB (Red+Green+Blue) = 93+234+231=558 (73% of max value = 765). Red value is 93 (36.72% from 255 or 16.67% from 558); Green value is 234 (91.80% from 255 or 41.94% from 558); Blue value is 231 (90.62% from 255 or 41.40% from 558); Max value from RGB is 234 - color contains mainly: green. Hex color #5DEAE7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5DEAE7 is #A21518. Grayscale: #BFBFBF. Windows color (decimal): -10622233 or 15198813. OLE color: 15198813.

HSL color Cylindrical-coordinate representation of color #5DEAE7: hue angle of 178.72º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5DEAE7 is Cyan = 0.60, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.08.

Color convert

RGB93234231-
CMYK0.6000.010.08
HSL178.72º77.05%64.12%-
HSV(B)178.72º60.26%91.76%-
XYZ48.3666.9485.97-
YUV191.5150.2957.74-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 16.67%
GREEN value IS 234 (91.80% from 255) = 41.94%
BLUE value IS 231 (90.62% from 255) = 41.40%
R=16.67%
G=41.94%
B=41.40%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal932342310.6000.010.08178.7277.0564.12
Hex5DEAE73C018b34d40
Octal135352347740110263115100
Binary101110111101010111001111111000110001011001110011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DEAE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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