Html Css Color HEX #60EAE4 Turquoise Blue

📋 copy color: '#60EAE4'

red 96 ◦ green 234 ◦ blue 228

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

Shades of Turquoise Blue #60EAE4

Tints of Turquoise Blue #60EAE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 40.86%

R = 17.2%
G = 41.94%
B = 40.86%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.03

 K value IS 0.08

RGB Variations

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

Color information

#60EAE4 (or 0x60EAE4) is known color: Turquoise Blue. HEX triplet: 60, EA and E4. RGB value is (96,234,228). Sum of RGB (Red+Green+Blue) = 96+234+228=558 (73% of max value = 765). Red value is 96 (37.89% from 255 or 17.20% from 558); Green value is 234 (91.80% from 255 or 41.94% from 558); Blue value is 228 (89.45% from 255 or 40.86% from 558); Max value from RGB is 234 - color contains mainly: green. Hex color #60EAE4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #60EAE4 is #9F151B. Grayscale: #BFBFBF. Windows color (decimal): -10425628 or 15002208. OLE color: 15002208.

HSL color Cylindrical-coordinate representation of color #60EAE4: hue angle of 177.39º 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 #60EAE4 is Cyan = 0.59, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.08.

Color convert

RGB 96 234 228 -
CMYK 0.59 0 0.03 0.08
HSL 177.39º 0.77% 0.65% -
HSV(B) 177.39º 0.59% 0.92% -
XYZ 48.25 66.93 83.78 -
YUV 192.05 148.28 59.49 -
System Red Green Blue C M Y K H S L
Decimal 96 234 228 0.59 0 0.03 0.08 177.39 0.77 0.65
Hex 60 EA E4 3B 0 3 8 B1 4D 41
Octal 140 352 344 73 0 3 10 261 115 101
Binary 1100000 11101010 11100100 111011 0 11 1000 10110001 1001101 1000001

Color Harmonies of #60EAE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60EAE4

Black with #60EAE4

Text Example


Text Example

White with #60EAE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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