Html Css Color HEX #76DFE1 Turquoise Blue

📋 copy color: '#76DFE1'

red 118 ◦ green 223 ◦ blue 225

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

Shades of Turquoise Blue #76DFE1

Tints of Turquoise Blue #76DFE1

RGB

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

 GREEN value IS 223 (87.5% from 255) = 39.4%

 BLUE value IS 225 (88.28% from 255) = 39.75%

R = 20.85%
G = 39.4%
B = 39.75%

CMYK

 C value IS 0.48

 M value IS 0.01

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#76DFE1 (or 0x76DFE1) is known color: Turquoise Blue. HEX triplet: 76, DF and E1. RGB value is (118,223,225). Sum of RGB (Red+Green+Blue) = 118+223+225=566 (74% of max value = 765). Red value is 118 (46.48% from 255 or 20.85% from 566); Green value is 223 (87.5% from 255 or 39.40% from 566); Blue value is 225 (88.28% from 255 or 39.75% from 566); Max value from RGB is 225 - color contains mainly: blue. Hex color #76DFE1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76DFE1 is #89201E. Grayscale: #BFBFBF. Windows color (decimal): -8986655 or 14802806. OLE color: 14802806.

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

Color convert

RGB 118 223 225 -
CMYK 0.48 0.01 0 0.12
HSL 181.12º 0.64% 0.67% -
HSV(B) 181.12º 0.48% 0.88% -
XYZ 47.45 62.06 80.71 -
YUV 191.83 146.71 75.34 -
System Red Green Blue C M Y K H S L
Decimal 118 223 225 0.48 0.01 0 0.12 181.12 0.64 0.67
Hex 76 DF E1 30 1 0 C B5 40 43
Octal 166 337 341 60 1 0 14 265 100 103
Binary 1110110 11011111 11100001 110000 1 0 1100 10110101 1000000 1000011

Color Harmonies of #76DFE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76DFE1

Black with #76DFE1

Text Example


Text Example

White with #76DFE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,223,225); }

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

background-color css

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

 a { background-color: rgb(118,223,225); }

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

border-color css

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

 span { border-color: rgb(118,223,225); }

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