Html Css Color HEX #60EBDB Turquoise Blue

📋 copy color: '#60EBDB'

red 96 ◦ green 235 ◦ blue 219

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

Shades of Turquoise Blue #60EBDB

Tints of Turquoise Blue #60EBDB

RGB

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

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

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

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

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#60EBDB (or 0x60EBDB) is known color: Turquoise Blue. HEX triplet: 60, EB and DB. RGB value is (96,235,219). Sum of RGB (Red+Green+Blue) = 96+235+219=550 (72% of max value = 765). Red value is 96 (37.89% from 255 or 17.45% from 550); Green value is 235 (92.19% from 255 or 42.73% from 550); Blue value is 219 (85.94% from 255 or 39.82% from 550); Max value from RGB is 235 - color contains mainly: green. Hex color #60EBDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #60EBDB is #9F1424. Grayscale: #BFBFBF. Windows color (decimal): -10425381 or 14412640. OLE color: 14412640.

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

Color convert

RGB 96 235 219 -
CMYK 0.59 0 0.07 0.08
HSL 173.09º 0.78% 0.65% -
HSV(B) 173.09º 0.59% 0.92% -
XYZ 47.32 67.02 77.46 -
YUV 191.62 143.45 59.8 -
System Red Green Blue C M Y K H S L
Decimal 96 235 219 0.59 0 0.07 0.08 173.09 0.78 0.65
Hex 60 EB DB 3B 0 7 8 AD 4E 41
Octal 140 353 333 73 0 7 10 255 116 101
Binary 1100000 11101011 11011011 111011 0 111 1000 10101101 1001110 1000001

Color Harmonies of #60EBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60EBDB

Black with #60EBDB

Text Example


Text Example

White with #60EBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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