Html Css Color HEX #60E6FF Turquoise Blue

📋 copy color: '#60E6FF'

red 96 ◦ green 230 ◦ blue 255

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

Shades of Turquoise Blue #60E6FF

Tints of Turquoise Blue #60E6FF

RGB

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

 GREEN value IS 230 (90.23% from 255) = 39.59%

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

R = 16.52%
G = 39.59%
B = 43.89%

CMYK

 C value IS 0.62

 M value IS 0.10

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#60E6FF (or 0x60E6FF) is known color: Turquoise Blue. HEX triplet: 60, E6 and FF. RGB value is (96,230,255). Sum of RGB (Red+Green+Blue) = 96+230+255=581 (76% of max value = 765). Red value is 96 (37.89% from 255 or 16.52% from 581); Green value is 230 (90.23% from 255 or 39.59% from 581); Blue value is 255 (100% from 255 or 43.89% from 581); Max value from RGB is 255 - color contains mainly: blue. Hex color #60E6FF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #60E6FF is #9F1900. Grayscale: #C0C0C0. Windows color (decimal): -10426625 or 16770656. OLE color: 16770656.

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

Color convert

RGB 96 230 255 -
CMYK 0.62 0.10 0 0
HSL 189.43º 1% 0.69% -
HSV(B) 189.43º 0.62% 1% -
XYZ 51.17 66.3 104.71 -
YUV 192.78 163.11 58.97 -
System Red Green Blue C M Y K H S L
Decimal 96 230 255 0.62 0.10 0 0 189.43 1 0.69
Hex 60 E6 FF 3E A 0 0 BD 64 45
Octal 140 346 377 76 12 0 0 275 144 105
Binary 1100000 11100110 11111111 111110 1010 0 0 10111101 1100100 1000101

Color Harmonies of #60E6FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60E6FF

Black with #60E6FF

Text Example


Text Example

White with #60E6FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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