Html Css Color HEX #76ECE2 Turquoise Blue

📋 copy color: '#76ECE2'

red 118 ◦ green 236 ◦ blue 226

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

Shades of Turquoise Blue #76ECE2

Tints of Turquoise Blue #76ECE2

RGB

 RED value IS 118 (46.48% from 255) = 20.34%

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

 BLUE value IS 226 (88.67% from 255) = 38.97%

R = 20.34%
G = 40.69%
B = 38.97%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.04

 K value IS 0.07

RGB Variations

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

Color information

#76ECE2 (or 0x76ECE2) is known color: Turquoise Blue. HEX triplet: 76, EC and E2. RGB value is (118,236,226). Sum of RGB (Red+Green+Blue) = 118+236+226=580 (76% of max value = 765). Red value is 118 (46.48% from 255 or 20.34% from 580); Green value is 236 (92.58% from 255 or 40.69% from 580); Blue value is 226 (88.67% from 255 or 38.97% from 580); Max value from RGB is 236 - color contains mainly: green. Hex color #76ECE2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #76ECE2 is #89131D. Grayscale: #C7C7C7. Windows color (decimal): -8983326 or 14871670. OLE color: 14871670.

HSL color Cylindrical-coordinate representation of color #76ECE2: hue angle of 174.92º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #76ECE2 is Cyan = 0.5, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.07.

Color convert

RGB 118 236 226 -
CMYK 0.5 0 0.04 0.07
HSL 174.92º 0.76% 0.69% -
HSV(B) 174.92º 0.5% 0.93% -
XYZ 51.19 69.33 82.64 -
YUV 199.58 142.91 69.81 -
System Red Green Blue C M Y K H S L
Decimal 118 236 226 0.5 0 0.04 0.07 174.92 0.76 0.69
Hex 76 EC E2 32 0 4 7 AF 4C 45
Octal 166 354 342 62 0 4 7 257 114 105
Binary 1110110 11101100 11100010 110010 0 100 111 10101111 1001100 1000101

Color Harmonies of #76ECE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76ECE2

Black with #76ECE2

Text Example


Text Example

White with #76ECE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76ECE2; }

 p { color: rgb(118,236,226); }

 H1.HeaderClassName
 {
   color: #76ECE2;
 }
 .AnyTagClassName
 {
   color: #76ECE2;
 }
</style>

background-color css

<style>
 a { background-color: #76ECE2; }

 a { background-color: rgb(118,236,226); }

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

border-color css

<style>
 span { border-color: #76ECE2; }

 span { border-color: rgb(118,236,226); }

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