Html Css Color HEX #60ECEE Turquoise Blue

📋 copy color: '#60ECEE'

red 96 ◦ green 236 ◦ blue 238

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

Shades of Turquoise Blue #60ECEE

Tints of Turquoise Blue #60ECEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 41.75%

R = 16.84%
G = 41.4%
B = 41.75%

CMYK

 C value IS 0.60

 M value IS 0.01

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#60ECEE (or 0x60ECEE) is known color: Turquoise Blue. HEX triplet: 60, EC and EE. RGB value is (96,236,238). Sum of RGB (Red+Green+Blue) = 96+236+238=570 (75% of max value = 765). Red value is 96 (37.89% from 255 or 16.84% from 570); Green value is 236 (92.58% from 255 or 41.40% from 570); Blue value is 238 (93.36% from 255 or 41.75% from 570); Max value from RGB is 238 - color contains mainly: blue. Hex color #60ECEE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #60ECEE is #9F1311. Grayscale: #C2C2C2. Windows color (decimal): -10425106 or 15658080. OLE color: 15658080.

HSL color Cylindrical-coordinate representation of color #60ECEE: hue angle of 180.85º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #60ECEE is Cyan = 0.60, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 96 236 238 -
CMYK 0.60 0.01 0 0.07
HSL 180.85º 0.81% 0.65% -
HSV(B) 180.85º 0.6% 0.93% -
XYZ 50.25 68.65 91.49 -
YUV 194.37 152.62 57.84 -
System Red Green Blue C M Y K H S L
Decimal 96 236 238 0.60 0.01 0 0.07 180.85 0.81 0.65
Hex 60 EC EE 3C 1 0 7 B5 51 41
Octal 140 354 356 74 1 0 7 265 121 101
Binary 1100000 11101100 11101110 111100 1 0 111 10110101 1010001 1000001

Color Harmonies of #60ECEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60ECEE

Black with #60ECEE

Text Example


Text Example

White with #60ECEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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