Html Css Color HEX #60E7DB Turquoise Blue

📋 copy color: '#60E7DB'

red 96 ◦ green 231 ◦ blue 219

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

Shades of Turquoise Blue #60E7DB

Tints of Turquoise Blue #60E7DB

RGB

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

 GREEN value IS 231 (90.63% from 255) = 42.31%

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

R = 17.58%
G = 42.31%
B = 40.11%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.05

 K value IS 0.09

RGB Variations

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

Color information

#60E7DB (or 0x60E7DB) is known color: Turquoise Blue. HEX triplet: 60, E7 and DB. RGB value is (96,231,219). Sum of RGB (Red+Green+Blue) = 96+231+219=546 (72% of max value = 765). Red value is 96 (37.89% from 255 or 17.58% from 546); Green value is 231 (90.62% from 255 or 42.31% from 546); Blue value is 219 (85.94% from 255 or 40.11% from 546); Max value from RGB is 231 - color contains mainly: green. Hex color #60E7DB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #60E7DB is #9F1824. Grayscale: #BDBDBD. Windows color (decimal): -10426405 or 14411616. OLE color: 14411616.

HSL color Cylindrical-coordinate representation of color #60E7DB: hue angle of 174.67º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #60E7DB is Cyan = 0.58, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.09.

Color convert

RGB 96 231 219 -
CMYK 0.58 0 0.05 0.09
HSL 174.67º 0.74% 0.64% -
HSV(B) 174.67º 0.58% 0.91% -
XYZ 46.19 64.75 77.08 -
YUV 189.27 144.77 61.48 -
System Red Green Blue C M Y K H S L
Decimal 96 231 219 0.58 0 0.05 0.09 174.67 0.74 0.64
Hex 60 E7 DB 3A 0 5 9 AF 4A 40
Octal 140 347 333 72 0 5 11 257 112 100
Binary 1100000 11100111 11011011 111010 0 101 1001 10101111 1001010 1000000

Color Harmonies of #60E7DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60E7DB

Black with #60E7DB

Text Example


Text Example

White with #60E7DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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