Html Css Color HEX #76EADD Turquoise Blue

📋 copy color: '#76EADD'

red 118 ◦ green 234 ◦ blue 221

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

Shades of Turquoise Blue #76EADD

Tints of Turquoise Blue #76EADD

RGB

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

 GREEN value IS 234 (91.8% from 255) = 40.84%

 BLUE value IS 221 (86.72% from 255) = 38.57%

R = 20.59%
G = 40.84%
B = 38.57%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#76EADD (or 0x76EADD) is known color: Turquoise Blue. HEX triplet: 76, EA and DD. RGB value is (118,234,221). Sum of RGB (Red+Green+Blue) = 118+234+221=573 (75% of max value = 765). Red value is 118 (46.48% from 255 or 20.59% from 573); Green value is 234 (91.80% from 255 or 40.84% from 573); Blue value is 221 (86.72% from 255 or 38.57% from 573); Max value from RGB is 234 - color contains mainly: green. Hex color #76EADD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #76EADD is #891522. Grayscale: #C5C5C5. Windows color (decimal): -8983843 or 14543478. OLE color: 14543478.

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

Color convert

RGB 118 234 221 -
CMYK 0.50 0 0.06 0.08
HSL 173.28º 0.73% 0.69% -
HSV(B) 173.28º 0.5% 0.92% -
XYZ 49.95 67.92 78.88 -
YUV 197.83 141.07 71.06 -
System Red Green Blue C M Y K H S L
Decimal 118 234 221 0.50 0 0.06 0.08 173.28 0.73 0.69
Hex 76 EA DD 32 0 6 8 AD 49 45
Octal 166 352 335 62 0 6 10 255 111 105
Binary 1110110 11101010 11011101 110010 0 110 1000 10101101 1001001 1000101

Color Harmonies of #76EADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76EADD

Black with #76EADD

Text Example


Text Example

White with #76EADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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