Html Css Color HEX #60D8DB Turquoise Blue

📋 copy color: '#60D8DB'

red 96 ◦ green 216 ◦ blue 219

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

Shades of Turquoise Blue #60D8DB

Tints of Turquoise Blue #60D8DB

RGB

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

 GREEN value IS 216 (84.77% from 255) = 40.68%

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

R = 18.08%
G = 40.68%
B = 41.24%

CMYK

 C value IS 0.56

 M value IS 0.01

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#60D8DB (or 0x60D8DB) is known color: Turquoise Blue. HEX triplet: 60, D8 and DB. RGB value is (96,216,219). Sum of RGB (Red+Green+Blue) = 96+216+219=531 (70% of max value = 765). Red value is 96 (37.89% from 255 or 18.08% from 531); Green value is 216 (84.77% from 255 or 40.68% from 531); Blue value is 219 (85.94% from 255 or 41.24% from 531); Max value from RGB is 219 - color contains mainly: blue. Hex color #60D8DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60D8DB is #9F2724. Grayscale: #B4B4B4. Windows color (decimal): -10430245 or 14407776. OLE color: 14407776.

HSL color Cylindrical-coordinate representation of color #60D8DB: hue angle of 181.46º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #60D8DB is Cyan = 0.56, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 96 216 219 -
CMYK 0.56 0.01 0 0.14
HSL 181.46º 0.63% 0.62% -
HSV(B) 181.46º 0.56% 0.86% -
XYZ 42.17 56.71 75.74 -
YUV 180.46 149.74 67.76 -
System Red Green Blue C M Y K H S L
Decimal 96 216 219 0.56 0.01 0 0.14 181.46 0.63 0.62
Hex 60 D8 DB 38 1 0 E B5 3F 3E
Octal 140 330 333 70 1 0 16 265 77 76
Binary 1100000 11011000 11011011 111000 1 0 1110 10110101 111111 111110

Color Harmonies of #60D8DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60D8DB

Black with #60D8DB

Text Example


Text Example

White with #60D8DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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