Html Css Color HEX #60E5DB Turquoise Blue

📋 copy color: '#60E5DB'

red 96 ◦ green 229 ◦ blue 219

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

Shades of Turquoise Blue #60E5DB

Tints of Turquoise Blue #60E5DB

RGB

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

 GREEN value IS 229 (89.84% from 255) = 42.1%

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

R = 17.65%
G = 42.1%
B = 40.26%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.04

 K value IS 0.10

RGB Variations

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

Color information

#60E5DB (or 0x60E5DB) is known color: Turquoise Blue. HEX triplet: 60, E5 and DB. RGB value is (96,229,219). Sum of RGB (Red+Green+Blue) = 96+229+219=544 (72% of max value = 765). Red value is 96 (37.89% from 255 or 17.65% from 544); Green value is 229 (89.84% from 255 or 42.10% from 544); Blue value is 219 (85.94% from 255 or 40.26% from 544); Max value from RGB is 229 - color contains mainly: green. Hex color #60E5DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60E5DB is #9F1A24. Grayscale: #BBBBBB. Windows color (decimal): -10426917 or 14411104. OLE color: 14411104.

HSL color Cylindrical-coordinate representation of color #60E5DB: hue angle of 175.49º degrees, saturation: 0.72, 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 #60E5DB is Cyan = 0.58, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.10.

Color convert

RGB 96 229 219 -
CMYK 0.58 0 0.04 0.10
HSL 175.49º 0.72% 0.64% -
HSV(B) 175.49º 0.58% 0.9% -
XYZ 45.63 63.64 76.9 -
YUV 188.09 145.44 62.31 -
System Red Green Blue C M Y K H S L
Decimal 96 229 219 0.58 0 0.04 0.10 175.49 0.72 0.64
Hex 60 E5 DB 3A 0 4 A AF 48 40
Octal 140 345 333 72 0 4 12 257 110 100
Binary 1100000 11100101 11011011 111010 0 100 1010 10101111 1001000 1000000

Color Harmonies of #60E5DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60E5DB

Black with #60E5DB

Text Example


Text Example

White with #60E5DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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