Html Css Color HEX #76DBE6 Turquoise Blue

📋 copy color: '#76DBE6'

red 118 ◦ green 219 ◦ blue 230

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

Shades of Turquoise Blue #76DBE6

Tints of Turquoise Blue #76DBE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 40.56%

R = 20.81%
G = 38.62%
B = 40.56%

CMYK

 C value IS 0.49

 M value IS 0.05

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#76DBE6 (or 0x76DBE6) is known color: Turquoise Blue. HEX triplet: 76, DB and E6. RGB value is (118,219,230). Sum of RGB (Red+Green+Blue) = 118+219+230=567 (75% of max value = 765). Red value is 118 (46.48% from 255 or 20.81% from 567); Green value is 219 (85.94% from 255 or 38.62% from 567); Blue value is 230 (90.23% from 255 or 40.56% from 567); Max value from RGB is 230 - color contains mainly: blue. Hex color #76DBE6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76DBE6 is #892419. Grayscale: #BDBDBD. Windows color (decimal): -8987674 or 15129462. OLE color: 15129462.

HSL color Cylindrical-coordinate representation of color #76DBE6: hue angle of 185.89º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #76DBE6 is Cyan = 0.49, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 118 219 230 -
CMYK 0.49 0.05 0 0.10
HSL 185.89º 0.69% 0.68% -
HSV(B) 185.89º 0.49% 0.9% -
XYZ 47.09 60.23 84.01 -
YUV 190.06 150.54 76.61 -
System Red Green Blue C M Y K H S L
Decimal 118 219 230 0.49 0.05 0 0.10 185.89 0.69 0.68
Hex 76 DB E6 31 5 0 A BA 45 44
Octal 166 333 346 61 5 0 12 272 105 104
Binary 1110110 11011011 11100110 110001 101 0 1010 10111010 1000101 1000100

Color Harmonies of #76DBE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76DBE6

Black with #76DBE6

Text Example


Text Example

White with #76DBE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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