Html Css Color HEX #60EAF0 Turquoise Blue

📋 copy color: '#60EAF0'

red 96 ◦ green 234 ◦ blue 240

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

Shades of Turquoise Blue #60EAF0

Tints of Turquoise Blue #60EAF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 42.11%

R = 16.84%
G = 41.05%
B = 42.11%

CMYK

 C value IS 0.6

 M value IS 0.02

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#60EAF0 (or 0x60EAF0) is known color: Turquoise Blue. HEX triplet: 60, EA and F0. RGB value is (96,234,240). Sum of RGB (Red+Green+Blue) = 96+234+240=570 (75% of max value = 765). Red value is 96 (37.89% from 255 or 16.84% from 570); Green value is 234 (91.80% from 255 or 41.05% from 570); Blue value is 240 (94.14% from 255 or 42.11% from 570); Max value from RGB is 240 - color contains mainly: blue. Hex color #60EAF0 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #60EAF0 is #9F150F. Grayscale: #C1C1C1. Windows color (decimal): -10425616 or 15788640. OLE color: 15788640.

HSL color Cylindrical-coordinate representation of color #60EAF0: hue angle of 182.5º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #60EAF0 is Cyan = 0.6, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 96 234 240 -
CMYK 0.6 0.02 0 0.06
HSL 182.5º 0.83% 0.66% -
HSV(B) 182.5º 0.6% 0.94% -
XYZ 49.97 67.62 92.86 -
YUV 193.42 154.28 58.51 -
System Red Green Blue C M Y K H S L
Decimal 96 234 240 0.6 0.02 0 0.06 182.5 0.83 0.66
Hex 60 EA F0 3C 2 0 6 B6 53 42
Octal 140 352 360 74 2 0 6 266 123 102
Binary 1100000 11101010 11110000 111100 10 0 110 10110110 1010011 1000010

Color Harmonies of #60EAF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60EAF0

Black with #60EAF0

Text Example


Text Example

White with #60EAF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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