Html Css Color HEX #76D6EE Turquoise Blue

📋 copy color: '#76D6EE'

red 118 ◦ green 214 ◦ blue 238

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

Shades of Turquoise Blue #76D6EE

Tints of Turquoise Blue #76D6EE

RGB

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

 GREEN value IS 214 (83.98% from 255) = 37.54%

 BLUE value IS 238 (93.36% from 255) = 41.75%

R = 20.7%
G = 37.54%
B = 41.75%

CMYK

 C value IS 0.50

 M value IS 0.10

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#76D6EE (or 0x76D6EE) is known color: Turquoise Blue. HEX triplet: 76, D6 and EE. RGB value is (118,214,238). Sum of RGB (Red+Green+Blue) = 118+214+238=570 (75% of max value = 765). Red value is 118 (46.48% from 255 or 20.70% from 570); Green value is 214 (83.98% from 255 or 37.54% from 570); Blue value is 238 (93.36% from 255 or 41.75% from 570); Max value from RGB is 238 - color contains mainly: blue. Hex color #76D6EE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76D6EE is #892911. Grayscale: #BBBBBB. Windows color (decimal): -8988946 or 15652470. OLE color: 15652470.

HSL color Cylindrical-coordinate representation of color #76D6EE: hue angle of 192º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #76D6EE is Cyan = 0.50, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 118 214 238 -
CMYK 0.50 0.10 0 0.07
HSL 192º 0.78% 0.7% -
HSV(B) 192º 0.5% 0.93% -
XYZ 46.95 58.12 89.63 -
YUV 188.03 156.2 78.05 -
System Red Green Blue C M Y K H S L
Decimal 118 214 238 0.50 0.10 0 0.07 192 0.78 0.7
Hex 76 D6 EE 32 A 0 7 C0 4E 46
Octal 166 326 356 62 12 0 7 300 116 106
Binary 1110110 11010110 11101110 110010 1010 0 111 11000000 1001110 1000110

Color Harmonies of #76D6EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76D6EE

Black with #76D6EE

Text Example


Text Example

White with #76D6EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,214,238); }

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

background-color css

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

 a { background-color: rgb(118,214,238); }

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

border-color css

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

 span { border-color: rgb(118,214,238); }

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