Html Css Color HEX #76D4EA Turquoise Blue

📋 copy color: '#76D4EA'

red 118 ◦ green 212 ◦ blue 234

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

Shades of Turquoise Blue #76D4EA

Tints of Turquoise Blue #76D4EA

RGB

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

 GREEN value IS 212 (83.2% from 255) = 37.59%

 BLUE value IS 234 (91.8% from 255) = 41.49%

R = 20.92%
G = 37.59%
B = 41.49%

CMYK

 C value IS 0.50

 M value IS 0.09

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#76D4EA (or 0x76D4EA) is known color: Turquoise Blue. HEX triplet: 76, D4 and EA. RGB value is (118,212,234). Sum of RGB (Red+Green+Blue) = 118+212+234=564 (74% of max value = 765). Red value is 118 (46.48% from 255 or 20.92% from 564); Green value is 212 (83.20% from 255 or 37.59% from 564); Blue value is 234 (91.80% from 255 or 41.49% from 564); Max value from RGB is 234 - color contains mainly: blue. Hex color #76D4EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76D4EA is #892B15. Grayscale: #BABABA. Windows color (decimal): -8989462 or 15389814. OLE color: 15389814.

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

Color convert

RGB 118 212 234 -
CMYK 0.50 0.09 0 0.08
HSL 191.38º 0.73% 0.69% -
HSV(B) 191.38º 0.5% 0.92% -
XYZ 45.87 56.88 86.4 -
YUV 186.4 154.86 79.21 -
System Red Green Blue C M Y K H S L
Decimal 118 212 234 0.50 0.09 0 0.08 191.38 0.73 0.69
Hex 76 D4 EA 32 9 0 8 BF 49 45
Octal 166 324 352 62 11 0 10 277 111 105
Binary 1110110 11010100 11101010 110010 1001 0 1000 10111111 1001001 1000101

Color Harmonies of #76D4EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76D4EA

Black with #76D4EA

Text Example


Text Example

White with #76D4EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,212,234); }

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

background-color css

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

 a { background-color: rgb(118,212,234); }

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

border-color css

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

 span { border-color: rgb(118,212,234); }

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