Html Css Color HEX #60E2EE Turquoise Blue

📋 copy color: '#60E2EE'

red 96 ◦ green 226 ◦ blue 238

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

Shades of Turquoise Blue #60E2EE

Tints of Turquoise Blue #60E2EE

RGB

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

 GREEN value IS 226 (88.67% from 255) = 40.36%

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

R = 17.14%
G = 40.36%
B = 42.5%

CMYK

 C value IS 0.60

 M value IS 0.05

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#60E2EE (or 0x60E2EE) is known color: Turquoise Blue. HEX triplet: 60, E2 and EE. RGB value is (96,226,238). Sum of RGB (Red+Green+Blue) = 96+226+238=560 (74% of max value = 765). Red value is 96 (37.89% from 255 or 17.14% from 560); Green value is 226 (88.67% from 255 or 40.36% from 560); Blue value is 238 (93.36% from 255 or 42.5% from 560); Max value from RGB is 238 - color contains mainly: blue. Hex color #60E2EE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60E2EE is #9F1D11. Grayscale: #BCBCBC. Windows color (decimal): -10427666 or 15655520. OLE color: 15655520.

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

Color convert

RGB 96 226 238 -
CMYK 0.60 0.05 0 0.07
HSL 185.07º 0.81% 0.65% -
HSV(B) 185.07º 0.6% 0.93% -
XYZ 47.45 63.05 90.56 -
YUV 188.5 155.93 62.02 -
System Red Green Blue C M Y K H S L
Decimal 96 226 238 0.60 0.05 0 0.07 185.07 0.81 0.65
Hex 60 E2 EE 3C 5 0 7 B9 51 41
Octal 140 342 356 74 5 0 7 271 121 101
Binary 1100000 11100010 11101110 111100 101 0 111 10111001 1010001 1000001

Color Harmonies of #60E2EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60E2EE

Black with #60E2EE

Text Example


Text Example

White with #60E2EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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