Html Css Color HEX #76DBE0 Turquoise Blue

📋 copy color: '#76DBE0'

red 118 ◦ green 219 ◦ blue 224

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

Shades of Turquoise Blue #76DBE0

Tints of Turquoise Blue #76DBE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 39.93%

R = 21.03%
G = 39.04%
B = 39.93%

CMYK

 C value IS 0.47

 M value IS 0.02

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#76DBE0 (or 0x76DBE0) is known color: Turquoise Blue. HEX triplet: 76, DB and E0. RGB value is (118,219,224). Sum of RGB (Red+Green+Blue) = 118+219+224=561 (74% of max value = 765). Red value is 118 (46.48% from 255 or 21.03% from 561); Green value is 219 (85.94% from 255 or 39.04% from 561); Blue value is 224 (87.89% from 255 or 39.93% from 561); Max value from RGB is 224 - color contains mainly: blue. Hex color #76DBE0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76DBE0 is #89241F. Grayscale: #BDBDBD. Windows color (decimal): -8987680 or 14736246. OLE color: 14736246.

HSL color Cylindrical-coordinate representation of color #76DBE0: hue angle of 182.83º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #76DBE0 is Cyan = 0.47, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 118 219 224 -
CMYK 0.47 0.02 0 0.12
HSL 182.83º 0.63% 0.67% -
HSV(B) 182.83º 0.47% 0.88% -
XYZ 46.26 59.9 79.64 -
YUV 189.37 147.54 77.09 -
System Red Green Blue C M Y K H S L
Decimal 118 219 224 0.47 0.02 0 0.12 182.83 0.63 0.67
Hex 76 DB E0 2F 2 0 C B7 3F 43
Octal 166 333 340 57 2 0 14 267 77 103
Binary 1110110 11011011 11100000 101111 10 0 1100 10110111 111111 1000011

Color Harmonies of #76DBE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76DBE0

Black with #76DBE0

Text Example


Text Example

White with #76DBE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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