#5FECDD

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

Shades of Turquoise Blue #5FECDD

Tints of Turquoise Blue #5FECDD

Color information

#5FECDD (or 0x5FECDD) is unknown color: approx Turquoise Blue. HEX triplet: 5F, EC and DD. RGB value is (95,236,221). Sum of RGB (Red+Green+Blue) = 95+236+221=552 (73% of max value = 765). Red value is 95 (37.5% from 255 or 17.21% from 552); Green value is 236 (92.58% from 255 or 42.75% from 552); Blue value is 221 (86.72% from 255 or 40.04% from 552); Max value from RGB is 236 - color contains mainly: green. Hex color #5FECDD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5FECDD is #A01322. Grayscale: #C0C0C0. Windows color (decimal): -10490659 or 14543967. OLE color: 14543967.

HSL color Cylindrical-coordinate representation of color #5FECDD: hue angle of 173.62º 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 #5FECDD is Cyan = 0.60, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB95236221-
CMYK0.6000.060.07
HSL173.62º78.77%64.9%-
HSV(B)173.62º59.75%92.55%-
XYZ47.7767.6478.95-
YUV192.13144.2958.72-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 17.21%
GREEN value IS 236 (92.58% from 255) = 42.75%
BLUE value IS 221 (86.72% from 255) = 40.04%
R=17.21%
G=42.75%
B=40.04%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal952362210.6000.060.07173.6278.7764.9
Hex5FECDD3C067ae4f41
Octal13735433574067256117101
Binary1011111111011001101110111110001101111010111010011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FECDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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