Html Css Color HEX #76DAEC Turquoise Blue

📋 copy color: '#76DAEC'

red 118 ◦ green 218 ◦ blue 236

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

Shades of Turquoise Blue #76DAEC

Tints of Turquoise Blue #76DAEC

RGB

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

 GREEN value IS 218 (85.55% from 255) = 38.11%

 BLUE value IS 236 (92.58% from 255) = 41.26%

R = 20.63%
G = 38.11%
B = 41.26%

CMYK

 C value IS 0.5

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#76DAEC (or 0x76DAEC) is known color: Turquoise Blue. HEX triplet: 76, DA and EC. RGB value is (118,218,236). Sum of RGB (Red+Green+Blue) = 118+218+236=572 (75% of max value = 765). Red value is 118 (46.48% from 255 or 20.63% from 572); Green value is 218 (85.55% from 255 or 38.11% from 572); Blue value is 236 (92.58% from 255 or 41.26% from 572); Max value from RGB is 236 - color contains mainly: blue. Hex color #76DAEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76DAEC is #892513. Grayscale: #BDBDBD. Windows color (decimal): -8987924 or 15522422. OLE color: 15522422.

HSL color Cylindrical-coordinate representation of color #76DAEC: hue angle of 189.15º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #76DAEC is Cyan = 0.5, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 118 218 236 -
CMYK 0.5 0.08 0 0.07
HSL 189.15º 0.76% 0.69% -
HSV(B) 189.15º 0.5% 0.93% -
XYZ 47.68 60.05 88.43 -
YUV 190.15 153.87 76.54 -
System Red Green Blue C M Y K H S L
Decimal 118 218 236 0.5 0.08 0 0.07 189.15 0.76 0.69
Hex 76 DA EC 32 8 0 7 BD 4C 45
Octal 166 332 354 62 10 0 7 275 114 105
Binary 1110110 11011010 11101100 110010 1000 0 111 10111101 1001100 1000101

Color Harmonies of #76DAEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76DAEC

Black with #76DAEC

Text Example


Text Example

White with #76DAEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,218,236); }

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

background-color css

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

 a { background-color: rgb(118,218,236); }

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

border-color css

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

 span { border-color: rgb(118,218,236); }

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