#5FD7EC

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

Shades of Turquoise Blue #5FD7EC

Tints of Turquoise Blue #5FD7EC

Color information

#5FD7EC (or 0x5FD7EC) is unknown color: approx Turquoise Blue. HEX triplet: 5F, D7 and EC. RGB value is (95,215,236). Sum of RGB (Red+Green+Blue) = 95+215+236=546 (72% of max value = 765). Red value is 95 (37.5% from 255 or 17.40% from 546); Green value is 215 (84.38% from 255 or 39.38% from 546); Blue value is 236 (92.58% from 255 or 43.22% from 546); Max value from RGB is 236 - color contains mainly: blue. Hex color #5FD7EC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5FD7EC is #A02813. Grayscale: #B5B5B5. Windows color (decimal): -10496020 or 15521631. OLE color: 15521631.

HSL color Cylindrical-coordinate representation of color #5FD7EC: hue angle of 188.94º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5FD7EC is Cyan = 0.60, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB95215236-
CMYK0.600.0900.07
HSL188.94º78.77%64.9%-
HSV(B)188.94º59.75%92.55%-
XYZ44.1657.0988.05-
YUV181.51158.7466.29-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 17.40%
GREEN value IS 215 (84.38% from 255) = 39.38%
BLUE value IS 236 (92.58% from 255) = 43.22%
R=17.40%
G=39.38%
B=43.22%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal952152360.600.0900.07188.9478.7764.9
Hex5FD7EC3C907bd4f41
Octal137327354741107275117101
Binary10111111101011111101100111100100101111011110110011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FD7EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,215,236); }

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

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

 a { background-color: rgb(95,215,236); }

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

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

 span { border-color: rgb(95,215,236); }

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