Html Css Color HEX #60EAEA Turquoise Blue

📋 copy color: '#60EAEA'

red 96 ◦ green 234 ◦ blue 234

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

Shades of Turquoise Blue #60EAEA

Tints of Turquoise Blue #60EAEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 41.49%

R = 17.02%
G = 41.49%
B = 41.49%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#60EAEA (or 0x60EAEA) is known color: Turquoise Blue. HEX triplet: 60, EA and EA. RGB value is (96,234,234). Sum of RGB (Red+Green+Blue) = 96+234+234=564 (74% of max value = 765). Red value is 96 (37.89% from 255 or 17.02% from 564); Green value is 234 (91.80% from 255 or 41.49% from 564); Blue value is 234 (91.80% from 255 or 41.49% from 564); Max value from RGB is 234 - color contains mainly: green, blue. Hex color #60EAEA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #60EAEA is #9F1515. Grayscale: #C0C0C0. Windows color (decimal): -10425622 or 15395424. OLE color: 15395424.

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

Color convert

RGB 96 234 234 -
CMYK 0.59 0 0 0.08
HSL 180º 0.77% 0.65% -
HSV(B) 180º 0.59% 0.92% -
XYZ 49.1 67.27 88.24 -
YUV 192.74 151.28 59 -
System Red Green Blue C M Y K H S L
Decimal 96 234 234 0.59 0 0 0.08 180 0.77 0.65
Hex 60 EA EA 3B 0 0 8 B4 4D 41
Octal 140 352 352 73 0 0 10 264 115 101
Binary 1100000 11101010 11101010 111011 0 0 1000 10110100 1001101 1000001

Color Harmonies of #60EAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60EAEA

Black with #60EAEA

Text Example


Text Example

White with #60EAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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