Html Css Color HEX #60F1EA Turquoise Blue

📋 copy color: '#60F1EA'

red 96 ◦ green 241 ◦ blue 234

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

Shades of Turquoise Blue #60F1EA

Tints of Turquoise Blue #60F1EA

RGB

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

 GREEN value IS 241 (94.53% from 255) = 42.21%

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

R = 16.81%
G = 42.21%
B = 40.98%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.03

 K value IS 0.05

RGB Variations

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

Color information

#60F1EA (or 0x60F1EA) is known color: Turquoise Blue. HEX triplet: 60, F1 and EA. RGB value is (96,241,234). Sum of RGB (Red+Green+Blue) = 96+241+234=571 (75% of max value = 765). Red value is 96 (37.89% from 255 or 16.81% from 571); Green value is 241 (94.53% from 255 or 42.21% from 571); Blue value is 234 (91.80% from 255 or 40.98% from 571); Max value from RGB is 241 - color contains mainly: green. Hex color #60F1EA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #60F1EA is #9F0E15. Grayscale: #C4C4C4. Windows color (decimal): -10423830 or 15397216. OLE color: 15397216.

HSL color Cylindrical-coordinate representation of color #60F1EA: hue angle of 177.1º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #60F1EA is Cyan = 0.60, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.

Color convert

RGB 96 241 234 -
CMYK 0.60 0 0.03 0.05
HSL 177.1º 0.84% 0.66% -
HSV(B) 177.1º 0.6% 0.95% -
XYZ 51.13 71.34 88.92 -
YUV 196.85 148.96 56.07 -
System Red Green Blue C M Y K H S L
Decimal 96 241 234 0.60 0 0.03 0.05 177.1 0.84 0.66
Hex 60 F1 EA 3C 0 3 5 B1 54 42
Octal 140 361 352 74 0 3 5 261 124 102
Binary 1100000 11110001 11101010 111100 0 11 101 10110001 1010100 1000010

Color Harmonies of #60F1EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60F1EA

Black with #60F1EA

Text Example


Text Example

White with #60F1EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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