Html Css Color HEX #60EAE1 Turquoise Blue

📋 copy color: '#60EAE1'

red 96 ◦ green 234 ◦ blue 225

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

Shades of Turquoise Blue #60EAE1

Tints of Turquoise Blue #60EAE1

RGB

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

 GREEN value IS 234 (91.8% from 255) = 42.16%

 BLUE value IS 225 (88.28% from 255) = 40.54%

R = 17.3%
G = 42.16%
B = 40.54%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.04

 K value IS 0.08

RGB Variations

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

Color information

#60EAE1 (or 0x60EAE1) is known color: Turquoise Blue. HEX triplet: 60, EA and E1. RGB value is (96,234,225). Sum of RGB (Red+Green+Blue) = 96+234+225=555 (73% of max value = 765). Red value is 96 (37.89% from 255 or 17.30% from 555); Green value is 234 (91.80% from 255 or 42.16% from 555); Blue value is 225 (88.28% from 255 or 40.54% from 555); Max value from RGB is 234 - color contains mainly: green. Hex color #60EAE1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #60EAE1 is #9F151E. Grayscale: #BFBFBF. Windows color (decimal): -10425631 or 14805600. OLE color: 14805600.

HSL color Cylindrical-coordinate representation of color #60EAE1: hue angle of 176.09º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #60EAE1 is Cyan = 0.59, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.08.

Color convert

RGB 96 234 225 -
CMYK 0.59 0 0.04 0.08
HSL 176.09º 0.77% 0.65% -
HSV(B) 176.09º 0.59% 0.92% -
XYZ 47.84 66.77 81.6 -
YUV 191.71 146.78 59.73 -
System Red Green Blue C M Y K H S L
Decimal 96 234 225 0.59 0 0.04 0.08 176.09 0.77 0.65
Hex 60 EA E1 3B 0 4 8 B0 4D 41
Octal 140 352 341 73 0 4 10 260 115 101
Binary 1100000 11101010 11100001 111011 0 100 1000 10110000 1001101 1000001

Color Harmonies of #60EAE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60EAE1

Black with #60EAE1

Text Example


Text Example

White with #60EAE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,234,225); }

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

background-color css

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

 a { background-color: rgb(96,234,225); }

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

border-color css

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

 span { border-color: rgb(96,234,225); }

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