Html Css Color HEX #60E2FE Turquoise Blue

📋 copy color: '#60E2FE'

red 96 ◦ green 226 ◦ blue 254

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

Shades of Turquoise Blue #60E2FE

Tints of Turquoise Blue #60E2FE

RGB

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

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

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

R = 16.67%
G = 39.24%
B = 44.1%

CMYK

 C value IS 0.62

 M value IS 0.11

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#60E2FE (or 0x60E2FE) is known color: Turquoise Blue. HEX triplet: 60, E2 and FE. RGB value is (96,226,254). Sum of RGB (Red+Green+Blue) = 96+226+254=576 (76% of max value = 765). Red value is 96 (37.89% from 255 or 16.67% from 576); Green value is 226 (88.67% from 255 or 39.24% from 576); Blue value is 254 (99.61% from 255 or 44.10% from 576); Max value from RGB is 254 - color contains mainly: blue. Hex color #60E2FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60E2FE is #9F1D01. Grayscale: #BEBEBE. Windows color (decimal): -10427650 or 16704096. OLE color: 16704096.

HSL color Cylindrical-coordinate representation of color #60E2FE: hue angle of 190.63º 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 #60E2FE is Cyan = 0.62, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 96 226 254 -
CMYK 0.62 0.11 0 0.00
HSL 190.63º 0.99% 0.69% -
HSV(B) 190.63º 0.62% 1% -
XYZ 49.91 64.04 103.5 -
YUV 190.32 163.93 60.72 -
System Red Green Blue C M Y K H S L
Decimal 96 226 254 0.62 0.11 0 0.00 190.63 0.99 0.69
Hex 60 E2 FE 3E B 0 0 BF 63 45
Octal 140 342 376 76 13 0 0 277 143 105
Binary 1100000 11100010 11111110 111110 1011 0 0 10111111 1100011 1000101

Color Harmonies of #60E2FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60E2FE

Black with #60E2FE

Text Example


Text Example

White with #60E2FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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