#60DFF6

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

Shades of Turquoise Blue #60DFF6

Tints of Turquoise Blue #60DFF6

Color information

#60DFF6 (or 0x60DFF6) is unknown color: approx Turquoise Blue. HEX triplet: 60, DF and F6. RGB value is (96,223,246). Sum of RGB (Red+Green+Blue) = 96+223+246=565 (74% of max value = 765). Red value is 96 (37.89% from 255 or 16.99% from 565); Green value is 223 (87.5% from 255 or 39.47% from 565); Blue value is 246 (96.48% from 255 or 43.54% from 565); Max value from RGB is 246 - color contains mainly: blue. Hex color #60DFF6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60DFF6 is #9F2009. Grayscale: #BBBBBB. Windows color (decimal): -10428426 or 16179040. OLE color: 16179040.

HSL color Cylindrical-coordinate representation of color #60DFF6: hue angle of 189.2º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #60DFF6 is Cyan = 0.61, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB96223246-
CMYK0.610.0900.04
HSL189.2º89.29%67.06%-
HSV(B)189.2º60.98%96.47%-
XYZ47.8561.9296.62-
YUV187.65160.9262.63-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 16.99%
GREEN value IS 223 (87.5% from 255) = 39.47%
BLUE value IS 246 (96.48% from 255) = 43.54%
R=16.99%
G=39.47%
B=43.54%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal962232460.610.0900.04189.289.2967.06
Hex60DFF63D904bd5943
Octal140337366751104275131103
Binary11000001101111111110110111101100101001011110110110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60DFF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,223,246); }

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

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

 a { background-color: rgb(96,223,246); }

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

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

 span { border-color: rgb(96,223,246); }

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