Html Css Color HEX #76D3EB Turquoise Blue

📋 copy color: '#76D3EB'

red 118 ◦ green 211 ◦ blue 235

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

Shades of Turquoise Blue #76D3EB

Tints of Turquoise Blue #76D3EB

RGB

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

 GREEN value IS 211 (82.81% from 255) = 37.41%

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

R = 20.92%
G = 37.41%
B = 41.67%

CMYK

 C value IS 0.50

 M value IS 0.10

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#76D3EB (or 0x76D3EB) is known color: Turquoise Blue. HEX triplet: 76, D3 and EB. RGB value is (118,211,235). Sum of RGB (Red+Green+Blue) = 118+211+235=564 (74% of max value = 765). Red value is 118 (46.48% from 255 or 20.92% from 564); Green value is 211 (82.81% from 255 or 37.41% from 564); Blue value is 235 (92.19% from 255 or 41.67% from 564); Max value from RGB is 235 - color contains mainly: blue. Hex color #76D3EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76D3EB is #892C14. Grayscale: #B9B9B9. Windows color (decimal): -8989717 or 15455094. OLE color: 15455094.

HSL color Cylindrical-coordinate representation of color #76D3EB: hue angle of 192.31º 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 #76D3EB is Cyan = 0.50, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 118 211 235 -
CMYK 0.50 0.10 0 0.08
HSL 192.31º 0.75% 0.69% -
HSV(B) 192.31º 0.5% 0.92% -
XYZ 45.76 56.44 87.08 -
YUV 185.93 155.69 79.55 -
System Red Green Blue C M Y K H S L
Decimal 118 211 235 0.50 0.10 0 0.08 192.31 0.75 0.69
Hex 76 D3 EB 32 A 0 8 C0 4B 45
Octal 166 323 353 62 12 0 10 300 113 105
Binary 1110110 11010011 11101011 110010 1010 0 1000 11000000 1001011 1000101

Color Harmonies of #76D3EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76D3EB

Black with #76D3EB

Text Example


Text Example

White with #76D3EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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