Html Css Color HEX #76DFDA Turquoise Blue

📋 copy color: '#76DFDA'

red 118 ◦ green 223 ◦ blue 218

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

Shades of Turquoise Blue #76DFDA

Tints of Turquoise Blue #76DFDA

RGB

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

 GREEN value IS 223 (87.5% from 255) = 39.89%

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

R = 21.11%
G = 39.89%
B = 39%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#76DFDA (or 0x76DFDA) is known color: Turquoise Blue. HEX triplet: 76, DF and DA. RGB value is (118,223,218). Sum of RGB (Red+Green+Blue) = 118+223+218=559 (74% of max value = 765). Red value is 118 (46.48% from 255 or 21.11% from 559); Green value is 223 (87.5% from 255 or 39.89% from 559); Blue value is 218 (85.55% from 255 or 39.00% from 559); Max value from RGB is 223 - color contains mainly: green. Hex color #76DFDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76DFDA is #892025. Grayscale: #BEBEBE. Windows color (decimal): -8986662 or 14344054. OLE color: 14344054.

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

Color convert

RGB 118 223 218 -
CMYK 0.47 0 0.02 0.13
HSL 177.14º 0.62% 0.67% -
HSV(B) 177.14º 0.47% 0.87% -
XYZ 46.51 61.69 75.79 -
YUV 191.04 143.21 75.91 -
System Red Green Blue C M Y K H S L
Decimal 118 223 218 0.47 0 0.02 0.13 177.14 0.62 0.67
Hex 76 DF DA 2F 0 2 D B1 3E 43
Octal 166 337 332 57 0 2 15 261 76 103
Binary 1110110 11011111 11011010 101111 0 10 1101 10110001 111110 1000011

Color Harmonies of #76DFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76DFDA

Black with #76DFDA

Text Example


Text Example

White with #76DFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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