Html Css Color HEX #60DBEE Turquoise Blue

📋 copy color: '#60DBEE'

red 96 ◦ green 219 ◦ blue 238

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

Shades of Turquoise Blue #60DBEE

Tints of Turquoise Blue #60DBEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 43.04%

R = 17.36%
G = 39.6%
B = 43.04%

CMYK

 C value IS 0.60

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#60DBEE (or 0x60DBEE) is known color: Turquoise Blue. HEX triplet: 60, DB and EE. RGB value is (96,219,238). Sum of RGB (Red+Green+Blue) = 96+219+238=553 (73% of max value = 765). Red value is 96 (37.89% from 255 or 17.36% from 553); Green value is 219 (85.94% from 255 or 39.60% from 553); Blue value is 238 (93.36% from 255 or 43.04% from 553); Max value from RGB is 238 - color contains mainly: blue. Hex color #60DBEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60DBEE is #9F2411. Grayscale: #B8B8B8. Windows color (decimal): -10429458 or 15653728. OLE color: 15653728.

HSL color Cylindrical-coordinate representation of color #60DBEE: hue angle of 188.03º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #60DBEE is Cyan = 0.60, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 96 219 238 -
CMYK 0.60 0.08 0 0.07
HSL 188.03º 0.81% 0.65% -
HSV(B) 188.03º 0.6% 0.93% -
XYZ 45.59 59.32 89.94 -
YUV 184.39 158.25 64.96 -
System Red Green Blue C M Y K H S L
Decimal 96 219 238 0.60 0.08 0 0.07 188.03 0.81 0.65
Hex 60 DB EE 3C 8 0 7 BC 51 41
Octal 140 333 356 74 10 0 7 274 121 101
Binary 1100000 11011011 11101110 111100 1000 0 111 10111100 1010001 1000001

Color Harmonies of #60DBEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60DBEE

Black with #60DBEE

Text Example


Text Example

White with #60DBEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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