Html Css Color HEX #76D7EE Turquoise Blue

📋 copy color: '#76D7EE'

red 118 ◦ green 215 ◦ blue 238

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

Shades of Turquoise Blue #76D7EE

Tints of Turquoise Blue #76D7EE

RGB

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

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

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

R = 20.67%
G = 37.65%
B = 41.68%

CMYK

 C value IS 0.50

 M value IS 0.10

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#76D7EE (or 0x76D7EE) is known color: Turquoise Blue. HEX triplet: 76, D7 and EE. RGB value is (118,215,238). Sum of RGB (Red+Green+Blue) = 118+215+238=571 (75% of max value = 765). Red value is 118 (46.48% from 255 or 20.67% from 571); Green value is 215 (84.38% from 255 or 37.65% from 571); Blue value is 238 (93.36% from 255 or 41.68% from 571); Max value from RGB is 238 - color contains mainly: blue. Hex color #76D7EE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76D7EE is #892811. Grayscale: #BCBCBC. Windows color (decimal): -8988690 or 15652726. OLE color: 15652726.

HSL color Cylindrical-coordinate representation of color #76D7EE: hue angle of 191.5º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #76D7EE is Cyan = 0.50, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 118 215 238 -
CMYK 0.50 0.10 0 0.07
HSL 191.5º 0.78% 0.7% -
HSV(B) 191.5º 0.5% 0.93% -
XYZ 47.2 58.63 89.72 -
YUV 188.62 155.86 77.63 -
System Red Green Blue C M Y K H S L
Decimal 118 215 238 0.50 0.10 0 0.07 191.5 0.78 0.7
Hex 76 D7 EE 32 A 0 7 C0 4E 46
Octal 166 327 356 62 12 0 7 300 116 106
Binary 1110110 11010111 11101110 110010 1010 0 111 11000000 1001110 1000110

Color Harmonies of #76D7EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76D7EE

Black with #76D7EE

Text Example


Text Example

White with #76D7EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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