#60DFE6

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

Shades of Turquoise Blue #60DFE6

Tints of Turquoise Blue #60DFE6

Color information

#60DFE6 (or 0x60DFE6) is unknown color: approx Turquoise Blue. HEX triplet: 60, DF and E6. RGB value is (96,223,230). Sum of RGB (Red+Green+Blue) = 96+223+230=549 (72% of max value = 765). Red value is 96 (37.89% from 255 or 17.49% from 549); Green value is 223 (87.5% from 255 or 40.62% from 549); Blue value is 230 (90.23% from 255 or 41.89% from 549); Max value from RGB is 230 - color contains mainly: blue. Hex color #60DFE6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60DFE6 is #9F2019. Grayscale: #B9B9B9. Windows color (decimal): -10428442 or 15130464. OLE color: 15130464.

HSL color Cylindrical-coordinate representation of color #60DFE6: hue angle of 183.13º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #60DFE6 is Cyan = 0.58, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB96223230-
CMYK0.580.0300.10
HSL183.13º72.83%63.92%-
HSV(B)183.13º58.26%90.2%-
XYZ45.4960.9884.23-
YUV185.82152.9263.93-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 17.49%
GREEN value IS 223 (87.5% from 255) = 40.62%
BLUE value IS 230 (90.23% from 255) = 41.89%
R=17.49%
G=40.62%
B=41.89%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal962232300.580.0300.10183.1372.8363.92
Hex60DFE63A30Ab74940
Octal140337346723012267111100
Binary1100000110111111110011011101011010101011011110010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60DFE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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