Html Css Color HEX #76DDDA Turquoise Blue

📋 copy color: '#76DDDA'

red 118 ◦ green 221 ◦ blue 218

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

Shades of Turquoise Blue #76DDDA

Tints of Turquoise Blue #76DDDA

RGB

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

 GREEN value IS 221 (86.72% from 255) = 39.68%

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

R = 21.18%
G = 39.68%
B = 39.14%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#76DDDA (or 0x76DDDA) is known color: Turquoise Blue. HEX triplet: 76, DD and DA. RGB value is (118,221,218). Sum of RGB (Red+Green+Blue) = 118+221+218=557 (73% of max value = 765). Red value is 118 (46.48% from 255 or 21.18% from 557); Green value is 221 (86.72% from 255 or 39.68% from 557); Blue value is 218 (85.55% from 255 or 39.14% from 557); Max value from RGB is 221 - color contains mainly: green. Hex color #76DDDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76DDDA is #892225. Grayscale: #BDBDBD. Windows color (decimal): -8987174 or 14343542. OLE color: 14343542.

HSL color Cylindrical-coordinate representation of color #76DDDA: hue angle of 178.25º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #76DDDA is Cyan = 0.47, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB 118 221 218 -
CMYK 0.47 0 0.01 0.13
HSL 178.25º 0.6% 0.66% -
HSV(B) 178.25º 0.47% 0.87% -
XYZ 45.98 60.63 75.61 -
YUV 189.86 143.88 76.74 -
System Red Green Blue C M Y K H S L
Decimal 118 221 218 0.47 0 0.01 0.13 178.25 0.6 0.66
Hex 76 DD DA 2F 0 1 D B2 3C 42
Octal 166 335 332 57 0 1 15 262 74 102
Binary 1110110 11011101 11011010 101111 0 1 1101 10110010 111100 1000010

Color Harmonies of #76DDDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76DDDA

Black with #76DDDA

Text Example


Text Example

White with #76DDDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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