#60EDF1

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

Shades of Turquoise Blue #60EDF1

Tints of Turquoise Blue #60EDF1

Color information

#60EDF1 (or 0x60EDF1) is unknown color: approx Turquoise Blue. HEX triplet: 60, ED and F1. RGB value is (96,237,241). Sum of RGB (Red+Green+Blue) = 96+237+241=574 (76% of max value = 765). Red value is 96 (37.89% from 255 or 16.72% from 574); Green value is 237 (92.97% from 255 or 41.29% from 574); Blue value is 241 (94.53% from 255 or 41.99% from 574); Max value from RGB is 241 - color contains mainly: blue. Hex color #60EDF1 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #60EDF1 is #9F120E. Grayscale: #C3C3C3. Windows color (decimal): -10424847 or 15854944. OLE color: 15854944.

HSL color Cylindrical-coordinate representation of color #60EDF1: hue angle of 181.66º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #60EDF1 is Cyan = 0.60, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB96237241-
CMYK0.600.0200.05
HSL181.66º83.82%66.08%-
HSV(B)181.66º60.17%94.51%-
XYZ50.9969.4193.93-
YUV195.3153.7957.17-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 16.72%
GREEN value IS 237 (92.97% from 255) = 41.29%
BLUE value IS 241 (94.53% from 255) = 41.99%
R=16.72%
G=41.29%
B=41.99%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal962372410.600.0200.05181.6683.8266.08
Hex60EDF13C205b65442
Octal14035536174205266124102
Binary110000011101101111100011111001001011011011010101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60EDF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60EDF1; }

 p { color: rgb(96,237,241); }

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

<style>
 a { background-color: #60EDF1; }

 a { background-color: rgb(96,237,241); }

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

<style>
 span { border-color: #60EDF1; }

 span { border-color: rgb(96,237,241); }

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