Html Css Color HEX #60DBEB Turquoise Blue

📋 copy color: '#60DBEB'

red 96 ◦ green 219 ◦ blue 235

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

Shades of Turquoise Blue #60DBEB

Tints of Turquoise Blue #60DBEB

RGB

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

 GREEN value IS 219 (85.94% from 255) = 39.82%

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

R = 17.45%
G = 39.82%
B = 42.73%

CMYK

 C value IS 0.59

 M value IS 0.07

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#60DBEB (or 0x60DBEB) is known color: Turquoise Blue. HEX triplet: 60, DB and EB. RGB value is (96,219,235). Sum of RGB (Red+Green+Blue) = 96+219+235=550 (72% of max value = 765). Red value is 96 (37.89% from 255 or 17.45% from 550); Green value is 219 (85.94% from 255 or 39.82% from 550); Blue value is 235 (92.19% from 255 or 42.73% from 550); Max value from RGB is 235 - color contains mainly: blue. Hex color #60DBEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60DBEB is #9F2414. Grayscale: #B7B7B7. Windows color (decimal): -10429461 or 15457120. OLE color: 15457120.

HSL color Cylindrical-coordinate representation of color #60DBEB: hue angle of 186.91º 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 #60DBEB is Cyan = 0.59, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 96 219 235 -
CMYK 0.59 0.07 0 0.08
HSL 186.91º 0.78% 0.65% -
HSV(B) 186.91º 0.59% 0.92% -
XYZ 45.15 59.15 87.63 -
YUV 184.05 156.75 65.2 -
System Red Green Blue C M Y K H S L
Decimal 96 219 235 0.59 0.07 0 0.08 186.91 0.78 0.65
Hex 60 DB EB 3B 7 0 8 BB 4E 41
Octal 140 333 353 73 7 0 10 273 116 101
Binary 1100000 11011011 11101011 111011 111 0 1000 10111011 1001110 1000001

Color Harmonies of #60DBEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60DBEB

Black with #60DBEB

Text Example


Text Example

White with #60DBEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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