Html Css Color HEX #60ECF2 Turquoise Blue

📋 copy color: '#60ECF2'

red 96 ◦ green 236 ◦ blue 242

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

Shades of Turquoise Blue #60ECF2

Tints of Turquoise Blue #60ECF2

RGB

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

 GREEN value IS 236 (92.58% from 255) = 41.11%

 BLUE value IS 242 (94.92% from 255) = 42.16%

R = 16.72%
G = 41.11%
B = 42.16%

CMYK

 C value IS 0.60

 M value IS 0.02

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#60ECF2 (or 0x60ECF2) is known color: Turquoise Blue. HEX triplet: 60, EC and F2. RGB value is (96,236,242). Sum of RGB (Red+Green+Blue) = 96+236+242=574 (76% of max value = 765). Red value is 96 (37.89% from 255 or 16.72% from 574); Green value is 236 (92.58% from 255 or 41.11% from 574); Blue value is 242 (94.92% from 255 or 42.16% from 574); Max value from RGB is 242 - color contains mainly: blue. Hex color #60ECF2 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #60ECF2 is #9F130D. Grayscale: #C2C2C2. Windows color (decimal): -10425102 or 15920224. OLE color: 15920224.

HSL color Cylindrical-coordinate representation of color #60ECF2: hue angle of 182.47º degrees, saturation: 0.85, 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 #60ECF2 is Cyan = 0.60, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 96 236 242 -
CMYK 0.60 0.02 0 0.05
HSL 182.47º 0.85% 0.66% -
HSV(B) 182.47º 0.6% 0.95% -
XYZ 50.85 68.89 94.62 -
YUV 194.82 154.62 57.51 -
System Red Green Blue C M Y K H S L
Decimal 96 236 242 0.60 0.02 0 0.05 182.47 0.85 0.66
Hex 60 EC F2 3C 2 0 5 B6 55 42
Octal 140 354 362 74 2 0 5 266 125 102
Binary 1100000 11101100 11110010 111100 10 0 101 10110110 1010101 1000010

Color Harmonies of #60ECF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60ECF2

Black with #60ECF2

Text Example


Text Example

White with #60ECF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,236,242); }

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

background-color css

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

 a { background-color: rgb(96,236,242); }

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

border-color css

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

 span { border-color: rgb(96,236,242); }

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