Html Css Color HEX #76ECEC Turquoise Blue

📋 copy color: '#76ECEC'

red 118 ◦ green 236 ◦ blue 236

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

Shades of Turquoise Blue #76ECEC

Tints of Turquoise Blue #76ECEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 40%

R = 20%
G = 40%
B = 40%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#76ECEC (or 0x76ECEC) is known color: Turquoise Blue. HEX triplet: 76, EC and EC. RGB value is (118,236,236). Sum of RGB (Red+Green+Blue) = 118+236+236=590 (78% of max value = 765). Red value is 118 (46.48% from 255 or 20% from 590); Green value is 236 (92.58% from 255 or 40% from 590); Blue value is 236 (92.58% from 255 or 40% from 590); Max value from RGB is 236 - color contains mainly: green, blue. Hex color #76ECEC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #76ECEC is #891313. Grayscale: #C8C8C8. Windows color (decimal): -8983316 or 15527030. OLE color: 15527030.

HSL color Cylindrical-coordinate representation of color #76ECEC: hue angle of 180º 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 #76ECEC is Cyan = 0.5, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 118 236 236 -
CMYK 0.5 0 0 0.07
HSL 180º 0.76% 0.69% -
HSV(B) 180º 0.5% 0.93% -
XYZ 52.61 69.9 90.08 -
YUV 200.72 147.91 69 -
System Red Green Blue C M Y K H S L
Decimal 118 236 236 0.5 0 0 0.07 180 0.76 0.69
Hex 76 EC EC 32 0 0 7 B4 4C 45
Octal 166 354 354 62 0 0 7 264 114 105
Binary 1110110 11101100 11101100 110010 0 0 111 10110100 1001100 1000101

Color Harmonies of #76ECEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76ECEC

Black with #76ECEC

Text Example


Text Example

White with #76ECEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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