Html Css Color HEX #76D7EC Turquoise Blue

📋 copy color: '#76D7EC'

red 118 ◦ green 215 ◦ blue 236

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

Shades of Turquoise Blue #76D7EC

Tints of Turquoise Blue #76D7EC

RGB

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

 GREEN value IS 215 (84.38% from 255) = 37.79%

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

R = 20.74%
G = 37.79%
B = 41.48%

CMYK

 C value IS 0.5

 M value IS 0.09

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#76D7EC (or 0x76D7EC) is known color: Turquoise Blue. HEX triplet: 76, D7 and EC. RGB value is (118,215,236). Sum of RGB (Red+Green+Blue) = 118+215+236=569 (75% of max value = 765). Red value is 118 (46.48% from 255 or 20.74% from 569); Green value is 215 (84.38% from 255 or 37.79% from 569); Blue value is 236 (92.58% from 255 or 41.48% from 569); Max value from RGB is 236 - color contains mainly: blue. Hex color #76D7EC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76D7EC is #892813. Grayscale: #BCBCBC. Windows color (decimal): -8988692 or 15521654. OLE color: 15521654.

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

Color convert

RGB 118 215 236 -
CMYK 0.5 0.09 0 0.07
HSL 190.68º 0.76% 0.69% -
HSV(B) 190.68º 0.5% 0.93% -
XYZ 46.91 58.51 88.18 -
YUV 188.39 154.86 77.79 -
System Red Green Blue C M Y K H S L
Decimal 118 215 236 0.5 0.09 0 0.07 190.68 0.76 0.69
Hex 76 D7 EC 32 9 0 7 BF 4C 45
Octal 166 327 354 62 11 0 7 277 114 105
Binary 1110110 11010111 11101100 110010 1001 0 111 10111111 1001100 1000101

Color Harmonies of #76D7EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76D7EC

Black with #76D7EC

Text Example


Text Example

White with #76D7EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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