Html Css Color HEX #76E0D7 Turquoise Blue

📋 copy color: '#76E0D7'

red 118 ◦ green 224 ◦ blue 215

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

Shades of Turquoise Blue #76E0D7

Tints of Turquoise Blue #76E0D7

RGB

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

 GREEN value IS 224 (87.89% from 255) = 40.22%

 BLUE value IS 215 (84.38% from 255) = 38.6%

R = 21.18%
G = 40.22%
B = 38.6%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.04

 K value IS 0.12

RGB Variations

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

Color information

#76E0D7 (or 0x76E0D7) is known color: Turquoise Blue. HEX triplet: 76, E0 and D7. RGB value is (118,224,215). Sum of RGB (Red+Green+Blue) = 118+224+215=557 (73% of max value = 765). Red value is 118 (46.48% from 255 or 21.18% from 557); Green value is 224 (87.89% from 255 or 40.22% from 557); Blue value is 215 (84.38% from 255 or 38.60% from 557); Max value from RGB is 224 - color contains mainly: green. Hex color #76E0D7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76E0D7 is #891F28. Grayscale: #BFBFBF. Windows color (decimal): -8986409 or 14147702. OLE color: 14147702.

HSL color Cylindrical-coordinate representation of color #76E0D7: hue angle of 174.91º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #76E0D7 is Cyan = 0.47, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.12.

Color convert

RGB 118 224 215 -
CMYK 0.47 0 0.04 0.12
HSL 174.91º 0.63% 0.67% -
HSV(B) 174.91º 0.47% 0.88% -
XYZ 46.39 62.07 73.83 -
YUV 191.28 141.38 75.73 -
System Red Green Blue C M Y K H S L
Decimal 118 224 215 0.47 0 0.04 0.12 174.91 0.63 0.67
Hex 76 E0 D7 2F 0 4 C AF 3F 43
Octal 166 340 327 57 0 4 14 257 77 103
Binary 1110110 11100000 11010111 101111 0 100 1100 10101111 111111 1000011

Color Harmonies of #76E0D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76E0D7

Black with #76E0D7

Text Example


Text Example

White with #76E0D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,224,215); }

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

background-color css

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

 a { background-color: rgb(118,224,215); }

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

border-color css

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

 span { border-color: rgb(118,224,215); }

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