Html Css Color HEX #76E8DA Turquoise Blue

📋 copy color: '#76E8DA'

red 118 ◦ green 232 ◦ blue 218

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

Shades of Turquoise Blue #76E8DA

Tints of Turquoise Blue #76E8DA

RGB

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

 GREEN value IS 232 (91.02% from 255) = 40.85%

 BLUE value IS 218 (85.55% from 255) = 38.38%

R = 20.77%
G = 40.85%
B = 38.38%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.06

 K value IS 0.09

RGB Variations

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

Color information

#76E8DA (or 0x76E8DA) is known color: Turquoise Blue. HEX triplet: 76, E8 and DA. RGB value is (118,232,218). Sum of RGB (Red+Green+Blue) = 118+232+218=568 (75% of max value = 765). Red value is 118 (46.48% from 255 or 20.77% from 568); Green value is 232 (91.02% from 255 or 40.85% from 568); Blue value is 218 (85.55% from 255 or 38.38% from 568); Max value from RGB is 232 - color contains mainly: green. Hex color #76E8DA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #76E8DA is #891725. Grayscale: #C4C4C4. Windows color (decimal): -8984358 or 14346358. OLE color: 14346358.

HSL color Cylindrical-coordinate representation of color #76E8DA: hue angle of 172.63º degrees, saturation: 0.71, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #76E8DA is Cyan = 0.49, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB 118 232 218 -
CMYK 0.49 0 0.06 0.09
HSL 172.63º 0.71% 0.69% -
HSV(B) 172.63º 0.49% 0.91% -
XYZ 48.98 66.63 76.61 -
YUV 196.32 140.23 72.14 -
System Red Green Blue C M Y K H S L
Decimal 118 232 218 0.49 0 0.06 0.09 172.63 0.71 0.69
Hex 76 E8 DA 31 0 6 9 AD 47 45
Octal 166 350 332 61 0 6 11 255 107 105
Binary 1110110 11101000 11011010 110001 0 110 1001 10101101 1000111 1000101

Color Harmonies of #76E8DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76E8DA

Black with #76E8DA

Text Example


Text Example

White with #76E8DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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