Html Css Color HEX #60E5FE Turquoise Blue

📋 copy color: '#60E5FE'

red 96 ◦ green 229 ◦ blue 254

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

Shades of Turquoise Blue #60E5FE

Tints of Turquoise Blue #60E5FE

RGB

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

 GREEN value IS 229 (89.84% from 255) = 39.55%

 BLUE value IS 254 (99.61% from 255) = 43.87%

R = 16.58%
G = 39.55%
B = 43.87%

CMYK

 C value IS 0.62

 M value IS 0.10

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#60E5FE (or 0x60E5FE) is known color: Turquoise Blue. HEX triplet: 60, E5 and FE. RGB value is (96,229,254). Sum of RGB (Red+Green+Blue) = 96+229+254=579 (76% of max value = 765). Red value is 96 (37.89% from 255 or 16.58% from 579); Green value is 229 (89.84% from 255 or 39.55% from 579); Blue value is 254 (99.61% from 255 or 43.87% from 579); Max value from RGB is 254 - color contains mainly: blue. Hex color #60E5FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60E5FE is #9F1A01. Grayscale: #BFBFBF. Windows color (decimal): -10426882 or 16704864. OLE color: 16704864.

HSL color Cylindrical-coordinate representation of color #60E5FE: hue angle of 189.49º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #60E5FE is Cyan = 0.62, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 96 229 254 -
CMYK 0.62 0.10 0 0.00
HSL 189.49º 0.99% 0.69% -
HSV(B) 189.49º 0.62% 1% -
XYZ 50.73 65.68 103.77 -
YUV 192.08 162.94 59.47 -
System Red Green Blue C M Y K H S L
Decimal 96 229 254 0.62 0.10 0 0.00 189.49 0.99 0.69
Hex 60 E5 FE 3E A 0 0 BD 63 45
Octal 140 345 376 76 12 0 0 275 143 105
Binary 1100000 11100101 11111110 111110 1010 0 0 10111101 1100011 1000101

Color Harmonies of #60E5FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60E5FE

Black with #60E5FE

Text Example


Text Example

White with #60E5FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,229,254); }

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

background-color css

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

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

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

border-color css

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

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

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