Html Css Color HEX #60EAF3 Turquoise Blue

📋 copy color: '#60EAF3'

red 96 ◦ green 234 ◦ blue 243

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

Shades of Turquoise Blue #60EAF3

Tints of Turquoise Blue #60EAF3

RGB

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

 GREEN value IS 234 (91.8% from 255) = 40.84%

 BLUE value IS 243 (95.31% from 255) = 42.41%

R = 16.75%
G = 40.84%
B = 42.41%

CMYK

 C value IS 0.60

 M value IS 0.04

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#60EAF3 (or 0x60EAF3) is known color: Turquoise Blue. HEX triplet: 60, EA and F3. RGB value is (96,234,243). Sum of RGB (Red+Green+Blue) = 96+234+243=573 (75% of max value = 765). Red value is 96 (37.89% from 255 or 16.75% from 573); Green value is 234 (91.80% from 255 or 40.84% from 573); Blue value is 243 (95.31% from 255 or 42.41% from 573); Max value from RGB is 243 - color contains mainly: blue. Hex color #60EAF3 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #60EAF3 is #9F150C. Grayscale: #C1C1C1. Windows color (decimal): -10425613 or 15985248. OLE color: 15985248.

HSL color Cylindrical-coordinate representation of color #60EAF3: hue angle of 183.67º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #60EAF3 is Cyan = 0.60, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 96 234 243 -
CMYK 0.60 0.04 0 0.05
HSL 183.67º 0.86% 0.66% -
HSV(B) 183.67º 0.6% 0.95% -
XYZ 50.42 67.8 95.22 -
YUV 193.76 155.78 58.27 -
System Red Green Blue C M Y K H S L
Decimal 96 234 243 0.60 0.04 0 0.05 183.67 0.86 0.66
Hex 60 EA F3 3C 4 0 5 B8 56 42
Octal 140 352 363 74 4 0 5 270 126 102
Binary 1100000 11101010 11110011 111100 100 0 101 10111000 1010110 1000010

Color Harmonies of #60EAF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60EAF3

Black with #60EAF3

Text Example


Text Example

White with #60EAF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,234,243); }

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

background-color css

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

 a { background-color: rgb(96,234,243); }

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

border-color css

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

 span { border-color: rgb(96,234,243); }

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