#60cbf2

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

Shades of Turquoise Blue #60CBF2

Tints of Turquoise Blue #60CBF2

Color information

#60CBF2 (or 0x60CBF2) is unknown color: approx Turquoise Blue. HEX triplet: 60, CB and F2. RGB value is (96,203,242). Sum of RGB (Red+Green+Blue) = 96+203+242=541 (71% of max value = 765). Red value is 96 (37.89% from 255 or 17.74% from 541); Green value is 203 (79.69% from 255 or 37.52% from 541); Blue value is 242 (94.92% from 255 or 44.73% from 541); Max value from RGB is 242 - color contains mainly: blue. Hex color #60CBF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60CBF2 is #9F340D. Grayscale: #AFAFAF. Windows color (decimal): -10433550 or 15911776. OLE color: 15911776.

HSL color Cylindrical-coordinate representation of color #60CBF2: hue angle of 196.03º degrees, saturation: 0.85, 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 #60CBF2 is Cyan = 0.60, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB96203242-
CMYK0.600.1600.05
HSL196.03º84.88%66.27%-
HSV(B)196.03º60.33%94.9%-
XYZ42.2151.6191.74-
YUV175.45165.5571.33-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 17.74%
GREEN value IS 203 (79.69% from 255) = 37.52%
BLUE value IS 242 (94.92% from 255) = 44.73%
R=17.74%
G=37.52%
B=44.73%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal962032420.600.1600.05196.0384.8866.27
Hex60CBF23C1005c45542
Octal140313362742005304125102
Binary110000011001011111100101111001000001011100010010101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60cbf2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,203,242); }

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

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

 a { background-color: rgb(96,203,242); }

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

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

 span { border-color: rgb(96,203,242); }

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