Html Css Color HEX #60D3EB Turquoise Blue

📋 copy color: '#60D3EB'

red 96 ◦ green 211 ◦ blue 235

#60D3EB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turquoise Blue #60D3EB

Tints of Turquoise Blue #60D3EB

RGB

 RED value IS 96 (37.89% from 255) = 17.71%

 GREEN value IS 211 (82.81% from 255) = 38.93%

 BLUE value IS 235 (92.19% from 255) = 43.36%

R = 17.71%
G = 38.93%
B = 43.36%

CMYK

 C value IS 0.59

 M value IS 0.10

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#60D3EB (or 0x60D3EB) is known color: Turquoise Blue. HEX triplet: 60, D3 and EB. RGB value is (96,211,235). Sum of RGB (Red+Green+Blue) = 96+211+235=542 (71% of max value = 765). Red value is 96 (37.89% from 255 or 17.71% from 542); Green value is 211 (82.81% from 255 or 38.93% from 542); Blue value is 235 (92.19% from 255 or 43.36% from 542); Max value from RGB is 235 - color contains mainly: blue. Hex color #60D3EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60D3EB is #9F2C14. Grayscale: #B3B3B3. Windows color (decimal): -10431509 or 15455072. OLE color: 15455072.

HSL color Cylindrical-coordinate representation of color #60D3EB: hue angle of 190.36º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #60D3EB is Cyan = 0.59, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 96 211 235 -
CMYK 0.59 0.10 0 0.08
HSL 190.36º 0.78% 0.65% -
HSV(B) 190.36º 0.59% 0.92% -
XYZ 43.11 55.07 86.96 -
YUV 179.35 159.4 68.55 -
System Red Green Blue C M Y K H S L
Decimal 96 211 235 0.59 0.10 0 0.08 190.36 0.78 0.65
Hex 60 D3 EB 3B A 0 8 BE 4E 41
Octal 140 323 353 73 12 0 10 276 116 101
Binary 1100000 11010011 11101011 111011 1010 0 1000 10111110 1001110 1000001

Color Harmonies of #60D3EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60D3EB

Black with #60D3EB

Text Example


Text Example

White with #60D3EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,211,235); }

 H1.HeaderClassName
 {
   color: #60D3EB;
 }
 .AnyTagClassName
 {
   color: #60D3EB;
 }
</style>

background-color css

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

 a { background-color: rgb(96,211,235); }

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

border-color css

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

 span { border-color: rgb(96,211,235); }

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