Html Css Color HEX #60EFDB Turquoise Blue

📋 copy color: '#60EFDB'

red 96 ◦ green 239 ◦ blue 219

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

Shades of Turquoise Blue #60EFDB

Tints of Turquoise Blue #60EFDB

RGB

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

 GREEN value IS 239 (93.75% from 255) = 43.14%

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

R = 17.33%
G = 43.14%
B = 39.53%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#60EFDB (or 0x60EFDB) is known color: Turquoise Blue. HEX triplet: 60, EF and DB. RGB value is (96,239,219). Sum of RGB (Red+Green+Blue) = 96+239+219=554 (73% of max value = 765). Red value is 96 (37.89% from 255 or 17.33% from 554); Green value is 239 (93.75% from 255 or 43.14% from 554); Blue value is 219 (85.94% from 255 or 39.53% from 554); Max value from RGB is 239 - color contains mainly: green. Hex color #60EFDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #60EFDB is #9F1024. Grayscale: #C1C1C1. Windows color (decimal): -10424357 or 14413664. OLE color: 14413664.

HSL color Cylindrical-coordinate representation of color #60EFDB: hue angle of 171.61º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #60EFDB is Cyan = 0.60, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB 96 239 219 -
CMYK 0.60 0 0.08 0.06
HSL 171.61º 0.82% 0.66% -
HSV(B) 171.61º 0.6% 0.94% -
XYZ 48.48 69.33 77.85 -
YUV 193.96 142.12 58.13 -
System Red Green Blue C M Y K H S L
Decimal 96 239 219 0.60 0 0.08 0.06 171.61 0.82 0.66
Hex 60 EF DB 3C 0 8 6 AC 52 42
Octal 140 357 333 74 0 10 6 254 122 102
Binary 1100000 11101111 11011011 111100 0 1000 110 10101100 1010010 1000010

Color Harmonies of #60EFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60EFDB

Black with #60EFDB

Text Example


Text Example

White with #60EFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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