Html Css Color HEX #76DFDC Turquoise Blue

📋 copy color: '#76DFDC'

red 118 ◦ green 223 ◦ blue 220

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

Shades of Turquoise Blue #76DFDC

Tints of Turquoise Blue #76DFDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 39.22%

R = 21.03%
G = 39.75%
B = 39.22%

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

#76DFDC (or 0x76DFDC) is known color: Turquoise Blue. HEX triplet: 76, DF and DC. RGB value is (118,223,220). Sum of RGB (Red+Green+Blue) = 118+223+220=561 (74% of max value = 765). Red value is 118 (46.48% from 255 or 21.03% from 561); Green value is 223 (87.5% from 255 or 39.75% from 561); Blue value is 220 (86.33% from 255 or 39.22% from 561); Max value from RGB is 223 - color contains mainly: green. Hex color #76DFDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76DFDC is #892023. Grayscale: #BFBFBF. Windows color (decimal): -8986660 or 14475126. OLE color: 14475126.

HSL color Cylindrical-coordinate representation of color #76DFDC: hue angle of 178.29º 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 #76DFDC is Cyan = 0.47, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB 118 223 220 -
CMYK 0.47 0 0.01 0.13
HSL 178.29º 0.62% 0.67% -
HSV(B) 178.29º 0.47% 0.87% -
XYZ 46.78 61.79 77.17 -
YUV 191.26 144.21 75.74 -
System Red Green Blue C M Y K H S L
Decimal 118 223 220 0.47 0 0.01 0.13 178.29 0.62 0.67
Hex 76 DF DC 2F 0 1 D B2 3E 43
Octal 166 337 334 57 0 1 15 262 76 103
Binary 1110110 11011111 11011100 101111 0 1 1101 10110010 111110 1000011

Color Harmonies of #76DFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76DFDC

Black with #76DFDC

Text Example


Text Example

White with #76DFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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