Html Css Color HEX #76DCF8 Turquoise Blue

📋 copy color: '#76DCF8'

red 118 ◦ green 220 ◦ blue 248

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

Shades of Turquoise Blue #76DCF8

Tints of Turquoise Blue #76DCF8

RGB

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

 GREEN value IS 220 (86.33% from 255) = 37.54%

 BLUE value IS 248 (97.27% from 255) = 42.32%

R = 20.14%
G = 37.54%
B = 42.32%

CMYK

 C value IS 0.52

 M value IS 0.11

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#76DCF8 (or 0x76DCF8) is known color: Turquoise Blue. HEX triplet: 76, DC and F8. RGB value is (118,220,248). Sum of RGB (Red+Green+Blue) = 118+220+248=586 (77% of max value = 765). Red value is 118 (46.48% from 255 or 20.14% from 586); Green value is 220 (86.33% from 255 or 37.54% from 586); Blue value is 248 (97.27% from 255 or 42.32% from 586); Max value from RGB is 248 - color contains mainly: blue. Hex color #76DCF8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76DCF8 is #892307. Grayscale: #C0C0C0. Windows color (decimal): -8987400 or 16309366. OLE color: 16309366.

HSL color Cylindrical-coordinate representation of color #76DCF8: hue angle of 192.92º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #76DCF8 is Cyan = 0.52, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 118 220 248 -
CMYK 0.52 0.11 0 0.03
HSL 192.92º 0.9% 0.72% -
HSV(B) 192.92º 0.52% 0.97% -
XYZ 50.01 61.82 98.1 -
YUV 192.69 159.21 74.72 -
System Red Green Blue C M Y K H S L
Decimal 118 220 248 0.52 0.11 0 0.03 192.92 0.9 0.72
Hex 76 DC F8 34 B 0 3 C1 5A 48
Octal 166 334 370 64 13 0 3 301 132 110
Binary 1110110 11011100 11111000 110100 1011 0 11 11000001 1011010 1001000

Color Harmonies of #76DCF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76DCF8

Black with #76DCF8

Text Example


Text Example

White with #76DCF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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