Html Css Color HEX #76D3E6 Turquoise Blue

📋 copy color: '#76D3E6'

red 118 ◦ green 211 ◦ blue 230

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

Shades of Turquoise Blue #76D3E6

Tints of Turquoise Blue #76D3E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 41.14%

R = 21.11%
G = 37.75%
B = 41.14%

CMYK

 C value IS 0.49

 M value IS 0.08

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#76D3E6 (or 0x76D3E6) is known color: Turquoise Blue. HEX triplet: 76, D3 and E6. RGB value is (118,211,230). Sum of RGB (Red+Green+Blue) = 118+211+230=559 (74% of max value = 765). Red value is 118 (46.48% from 255 or 21.11% from 559); Green value is 211 (82.81% from 255 or 37.75% from 559); Blue value is 230 (90.23% from 255 or 41.14% from 559); Max value from RGB is 230 - color contains mainly: blue. Hex color #76D3E6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76D3E6 is #892C19. Grayscale: #B9B9B9. Windows color (decimal): -8989722 or 15127414. OLE color: 15127414.

HSL color Cylindrical-coordinate representation of color #76D3E6: hue angle of 190.18º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #76D3E6 is Cyan = 0.49, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 118 211 230 -
CMYK 0.49 0.08 0 0.10
HSL 190.18º 0.69% 0.68% -
HSV(B) 190.18º 0.49% 0.9% -
XYZ 45.05 56.15 83.33 -
YUV 185.36 153.19 79.96 -
System Red Green Blue C M Y K H S L
Decimal 118 211 230 0.49 0.08 0 0.10 190.18 0.69 0.68
Hex 76 D3 E6 31 8 0 A BE 45 44
Octal 166 323 346 61 10 0 12 276 105 104
Binary 1110110 11010011 11100110 110001 1000 0 1010 10111110 1000101 1000100

Color Harmonies of #76D3E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76D3E6

Black with #76D3E6

Text Example


Text Example

White with #76D3E6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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