Html Css Color HEX #76DBF0 Turquoise Blue

📋 copy color: '#76DBF0'

red 118 ◦ green 219 ◦ blue 240

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

Shades of Turquoise Blue #76DBF0

Tints of Turquoise Blue #76DBF0

RGB

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

 GREEN value IS 219 (85.94% from 255) = 37.95%

 BLUE value IS 240 (94.14% from 255) = 41.59%

R = 20.45%
G = 37.95%
B = 41.59%

CMYK

 C value IS 0.51

 M value IS 0.09

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#76DBF0 (or 0x76DBF0) is known color: Turquoise Blue. HEX triplet: 76, DB and F0. RGB value is (118,219,240). Sum of RGB (Red+Green+Blue) = 118+219+240=577 (76% of max value = 765). Red value is 118 (46.48% from 255 or 20.45% from 577); Green value is 219 (85.94% from 255 or 37.95% from 577); Blue value is 240 (94.14% from 255 or 41.59% from 577); Max value from RGB is 240 - color contains mainly: blue. Hex color #76DBF0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76DBF0 is #89240F. Grayscale: #BFBFBF. Windows color (decimal): -8987664 or 15784822. OLE color: 15784822.

HSL color Cylindrical-coordinate representation of color #76DBF0: hue angle of 190.33º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #76DBF0 is Cyan = 0.51, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 118 219 240 -
CMYK 0.51 0.09 0 0.06
HSL 190.33º 0.8% 0.7% -
HSV(B) 190.33º 0.51% 0.94% -
XYZ 48.53 60.81 91.62 -
YUV 191.2 155.54 75.79 -
System Red Green Blue C M Y K H S L
Decimal 118 219 240 0.51 0.09 0 0.06 190.33 0.8 0.7
Hex 76 DB F0 33 9 0 6 BE 50 46
Octal 166 333 360 63 11 0 6 276 120 106
Binary 1110110 11011011 11110000 110011 1001 0 110 10111110 1010000 1000110

Color Harmonies of #76DBF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76DBF0

Black with #76DBF0

Text Example


Text Example

White with #76DBF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,219,240); }

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

background-color css

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

 a { background-color: rgb(118,219,240); }

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

border-color css

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

 span { border-color: rgb(118,219,240); }

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