Html Css Color HEX #60E2FA Turquoise Blue

📋 copy color: '#60E2FA'

red 96 ◦ green 226 ◦ blue 250

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

Shades of Turquoise Blue #60E2FA

Tints of Turquoise Blue #60E2FA

RGB

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

 GREEN value IS 226 (88.67% from 255) = 39.51%

 BLUE value IS 250 (98.05% from 255) = 43.71%

R = 16.78%
G = 39.51%
B = 43.71%

CMYK

 C value IS 0.62

 M value IS 0.10

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#60E2FA (or 0x60E2FA) is known color: Turquoise Blue. HEX triplet: 60, E2 and FA. RGB value is (96,226,250). Sum of RGB (Red+Green+Blue) = 96+226+250=572 (75% of max value = 765). Red value is 96 (37.89% from 255 or 16.78% from 572); Green value is 226 (88.67% from 255 or 39.51% from 572); Blue value is 250 (98.05% from 255 or 43.71% from 572); Max value from RGB is 250 - color contains mainly: blue. Hex color #60E2FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60E2FA is #9F1D05. Grayscale: #BDBDBD. Windows color (decimal): -10427654 or 16441952. OLE color: 16441952.

HSL color Cylindrical-coordinate representation of color #60E2FA: hue angle of 189.35º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #60E2FA is Cyan = 0.62, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 96 226 250 -
CMYK 0.62 0.10 0 0.02
HSL 189.35º 0.94% 0.68% -
HSV(B) 189.35º 0.62% 0.98% -
XYZ 49.28 63.78 100.16 -
YUV 189.87 161.93 61.05 -
System Red Green Blue C M Y K H S L
Decimal 96 226 250 0.62 0.10 0 0.02 189.35 0.94 0.68
Hex 60 E2 FA 3E A 0 2 BD 5E 44
Octal 140 342 372 76 12 0 2 275 136 104
Binary 1100000 11100010 11111010 111110 1010 0 10 10111101 1011110 1000100

Color Harmonies of #60E2FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60E2FA

Black with #60E2FA

Text Example


Text Example

White with #60E2FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,226,250); }

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

background-color css

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

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

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

border-color css

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

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

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