Html Css Color HEX #76D2EB Turquoise Blue

📋 copy color: '#76D2EB'

red 118 ◦ green 210 ◦ blue 235

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

Shades of Turquoise Blue #76D2EB

Tints of Turquoise Blue #76D2EB

RGB

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

 GREEN value IS 210 (82.42% from 255) = 37.3%

 BLUE value IS 235 (92.19% from 255) = 41.74%

R = 20.96%
G = 37.3%
B = 41.74%

CMYK

 C value IS 0.50

 M value IS 0.11

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#76D2EB (or 0x76D2EB) is known color: Turquoise Blue. HEX triplet: 76, D2 and EB. RGB value is (118,210,235). Sum of RGB (Red+Green+Blue) = 118+210+235=563 (74% of max value = 765). Red value is 118 (46.48% from 255 or 20.96% from 563); Green value is 210 (82.42% from 255 or 37.30% from 563); Blue value is 235 (92.19% from 255 or 41.74% from 563); Max value from RGB is 235 - color contains mainly: blue. Hex color #76D2EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76D2EB is #892D14. Grayscale: #B9B9B9. Windows color (decimal): -8989973 or 15454838. OLE color: 15454838.

HSL color Cylindrical-coordinate representation of color #76D2EB: hue angle of 192.82º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #76D2EB is Cyan = 0.50, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 118 210 235 -
CMYK 0.50 0.11 0 0.08
HSL 192.82º 0.75% 0.69% -
HSV(B) 192.82º 0.5% 0.92% -
XYZ 45.51 55.94 87 -
YUV 185.34 156.02 79.97 -
System Red Green Blue C M Y K H S L
Decimal 118 210 235 0.50 0.11 0 0.08 192.82 0.75 0.69
Hex 76 D2 EB 32 B 0 8 C1 4B 45
Octal 166 322 353 62 13 0 10 301 113 105
Binary 1110110 11010010 11101011 110010 1011 0 1000 11000001 1001011 1000101

Color Harmonies of #76D2EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76D2EB

Black with #76D2EB

Text Example


Text Example

White with #76D2EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,210,235); }

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

background-color css

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

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

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

border-color css

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

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

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