Html Css Color HEX #60E2FF Turquoise Blue

📋 copy color: '#60E2FF'

red 96 ◦ green 226 ◦ blue 255

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

Shades of Turquoise Blue #60E2FF

Tints of Turquoise Blue #60E2FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 44.19%

R = 16.64%
G = 39.17%
B = 44.19%

CMYK

 C value IS 0.62

 M value IS 0.11

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#60E2FF (or 0x60E2FF) is known color: Turquoise Blue. HEX triplet: 60, E2 and FF. RGB value is (96,226,255). Sum of RGB (Red+Green+Blue) = 96+226+255=577 (76% of max value = 765). Red value is 96 (37.89% from 255 or 16.64% from 577); Green value is 226 (88.67% from 255 or 39.17% from 577); Blue value is 255 (100% from 255 or 44.19% from 577); Max value from RGB is 255 - color contains mainly: blue. Hex color #60E2FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60E2FF is #9F1D00. Grayscale: #BEBEBE. Windows color (decimal): -10427649 or 16769632. OLE color: 16769632.

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

Color convert

RGB 96 226 255 -
CMYK 0.62 0.11 0 0
HSL 190.94º 1% 0.69% -
HSV(B) 190.94º 0.62% 1% -
XYZ 50.07 64.1 104.34 -
YUV 190.44 164.43 60.64 -
System Red Green Blue C M Y K H S L
Decimal 96 226 255 0.62 0.11 0 0 190.94 1 0.69
Hex 60 E2 FF 3E B 0 0 BF 64 45
Octal 140 342 377 76 13 0 0 277 144 105
Binary 1100000 11100010 11111111 111110 1011 0 0 10111111 1100100 1000101

Color Harmonies of #60E2FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60E2FF

Black with #60E2FF

Text Example


Text Example

White with #60E2FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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