Html Css Color HEX #60ECE0 Turquoise Blue

📋 copy color: '#60ECE0'

red 96 ◦ green 236 ◦ blue 224

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

Shades of Turquoise Blue #60ECE0

Tints of Turquoise Blue #60ECE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 40.29%

R = 17.27%
G = 42.45%
B = 40.29%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.05

 K value IS 0.07

RGB Variations

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

Color information

#60ECE0 (or 0x60ECE0) is known color: Turquoise Blue. HEX triplet: 60, EC and E0. RGB value is (96,236,224). Sum of RGB (Red+Green+Blue) = 96+236+224=556 (73% of max value = 765). Red value is 96 (37.89% from 255 or 17.27% from 556); Green value is 236 (92.58% from 255 or 42.45% from 556); Blue value is 224 (87.89% from 255 or 40.29% from 556); Max value from RGB is 236 - color contains mainly: green. Hex color #60ECE0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #60ECE0 is #9F131F. Grayscale: #C0C0C0. Windows color (decimal): -10425120 or 14740576. OLE color: 14740576.

HSL color Cylindrical-coordinate representation of color #60ECE0: hue angle of 174.86º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #60ECE0 is Cyan = 0.59, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.

Color convert

RGB 96 236 224 -
CMYK 0.59 0 0.05 0.07
HSL 174.86º 0.79% 0.65% -
HSV(B) 174.86º 0.59% 0.93% -
XYZ 48.27 67.86 81.07 -
YUV 192.77 145.62 58.98 -
System Red Green Blue C M Y K H S L
Decimal 96 236 224 0.59 0 0.05 0.07 174.86 0.79 0.65
Hex 60 EC E0 3B 0 5 7 AF 4F 41
Octal 140 354 340 73 0 5 7 257 117 101
Binary 1100000 11101100 11100000 111011 0 101 111 10101111 1001111 1000001

Color Harmonies of #60ECE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60ECE0

Black with #60ECE0

Text Example


Text Example

White with #60ECE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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