Html Css Color HEX #76DFDD Turquoise Blue

📋 copy color: '#76DFDD'

red 118 ◦ green 223 ◦ blue 221

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

Shades of Turquoise Blue #76DFDD

Tints of Turquoise Blue #76DFDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 39.32%

R = 21%
G = 39.68%
B = 39.32%

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

#76DFDD (or 0x76DFDD) is known color: Turquoise Blue. HEX triplet: 76, DF and DD. RGB value is (118,223,221). Sum of RGB (Red+Green+Blue) = 118+223+221=562 (74% of max value = 765). Red value is 118 (46.48% from 255 or 21.00% from 562); Green value is 223 (87.5% from 255 or 39.68% from 562); Blue value is 221 (86.72% from 255 or 39.32% from 562); Max value from RGB is 223 - color contains mainly: green. Hex color #76DFDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76DFDD is #892022. Grayscale: #BFBFBF. Windows color (decimal): -8986659 or 14540662. OLE color: 14540662.

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

Color convert

RGB 118 223 221 -
CMYK 0.47 0 0.01 0.13
HSL 178.86º 0.62% 0.67% -
HSV(B) 178.86º 0.47% 0.87% -
XYZ 46.91 61.85 77.87 -
YUV 191.38 144.71 75.66 -
System Red Green Blue C M Y K H S L
Decimal 118 223 221 0.47 0 0.01 0.13 178.86 0.62 0.67
Hex 76 DF DD 2F 0 1 D B3 3E 43
Octal 166 337 335 57 0 1 15 263 76 103
Binary 1110110 11011111 11011101 101111 0 1 1101 10110011 111110 1000011

Color Harmonies of #76DFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76DFDD

Black with #76DFDD

Text Example


Text Example

White with #76DFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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