Html Css Color HEX #60E6D5 Turquoise Blue

📋 copy color: '#60E6D5'

red 96 ◦ green 230 ◦ blue 213

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

Shades of Turquoise Blue #60E6D5

Tints of Turquoise Blue #60E6D5

RGB

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

 GREEN value IS 230 (90.23% from 255) = 42.67%

 BLUE value IS 213 (83.59% from 255) = 39.52%

R = 17.81%
G = 42.67%
B = 39.52%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.07

 K value IS 0.10

RGB Variations

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

Color information

#60E6D5 (or 0x60E6D5) is known color: Turquoise Blue. HEX triplet: 60, E6 and D5. RGB value is (96,230,213). Sum of RGB (Red+Green+Blue) = 96+230+213=539 (71% of max value = 765). Red value is 96 (37.89% from 255 or 17.81% from 539); Green value is 230 (90.23% from 255 or 42.67% from 539); Blue value is 213 (83.59% from 255 or 39.52% from 539); Max value from RGB is 230 - color contains mainly: green. Hex color #60E6D5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #60E6D5 is #9F192A. Grayscale: #BBBBBB. Windows color (decimal): -10426667 or 14018144. OLE color: 14018144.

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

Color convert

RGB 96 230 213 -
CMYK 0.58 0 0.07 0.10
HSL 172.39º 0.73% 0.64% -
HSV(B) 172.39º 0.58% 0.9% -
XYZ 45.13 63.88 72.9 -
YUV 188 142.11 62.38 -
System Red Green Blue C M Y K H S L
Decimal 96 230 213 0.58 0 0.07 0.10 172.39 0.73 0.64
Hex 60 E6 D5 3A 0 7 A AC 49 40
Octal 140 346 325 72 0 7 12 254 111 100
Binary 1100000 11100110 11010101 111010 0 111 1010 10101100 1001001 1000000

Color Harmonies of #60E6D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60E6D5

Black with #60E6D5

Text Example


Text Example

White with #60E6D5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,230,213); }

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

background-color css

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

 a { background-color: rgb(96,230,213); }

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

border-color css

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

 span { border-color: rgb(96,230,213); }

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