Html Css Color HEX #76DDF6 Turquoise Blue

📋 copy color: '#76DDF6'

red 118 ◦ green 221 ◦ blue 246

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

Shades of Turquoise Blue #76DDF6

Tints of Turquoise Blue #76DDF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 42.05%

R = 20.17%
G = 37.78%
B = 42.05%

CMYK

 C value IS 0.52

 M value IS 0.10

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#76DDF6 (or 0x76DDF6) is known color: Turquoise Blue. HEX triplet: 76, DD and F6. RGB value is (118,221,246). Sum of RGB (Red+Green+Blue) = 118+221+246=585 (77% of max value = 765). Red value is 118 (46.48% from 255 or 20.17% from 585); Green value is 221 (86.72% from 255 or 37.78% from 585); Blue value is 246 (96.48% from 255 or 42.05% from 585); Max value from RGB is 246 - color contains mainly: blue. Hex color #76DDF6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76DDF6 is #892209. Grayscale: #C0C0C0. Windows color (decimal): -8987146 or 16178550. OLE color: 16178550.

HSL color Cylindrical-coordinate representation of color #76DDF6: hue angle of 191.72º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #76DDF6 is Cyan = 0.52, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 118 221 246 -
CMYK 0.52 0.10 0 0.04
HSL 191.72º 0.88% 0.71% -
HSV(B) 191.72º 0.52% 0.96% -
XYZ 49.96 62.22 96.56 -
YUV 193.05 157.88 74.47 -
System Red Green Blue C M Y K H S L
Decimal 118 221 246 0.52 0.10 0 0.04 191.72 0.88 0.71
Hex 76 DD F6 34 A 0 4 C0 58 47
Octal 166 335 366 64 12 0 4 300 130 107
Binary 1110110 11011101 11110110 110100 1010 0 100 11000000 1011000 1000111

Color Harmonies of #76DDF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76DDF6

Black with #76DDF6

Text Example


Text Example

White with #76DDF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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