Html Css Color HEX #76DFED Turquoise Blue

📋 copy color: '#76DFED'

red 118 ◦ green 223 ◦ blue 237

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

Shades of Turquoise Blue #76DFED

Tints of Turquoise Blue #76DFED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 41%

R = 20.42%
G = 38.58%
B = 41%

CMYK

 C value IS 0.50

 M value IS 0.06

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#76DFED (or 0x76DFED) is known color: Turquoise Blue. HEX triplet: 76, DF and ED. RGB value is (118,223,237). Sum of RGB (Red+Green+Blue) = 118+223+237=578 (76% of max value = 765). Red value is 118 (46.48% from 255 or 20.42% from 578); Green value is 223 (87.5% from 255 or 38.58% from 578); Blue value is 237 (92.97% from 255 or 41.00% from 578); Max value from RGB is 237 - color contains mainly: blue. Hex color #76DFED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76DFED is #892012. Grayscale: #C1C1C1. Windows color (decimal): -8986643 or 15589238. OLE color: 15589238.

HSL color Cylindrical-coordinate representation of color #76DFED: hue angle of 187.06º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #76DFED is Cyan = 0.50, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 118 223 237 -
CMYK 0.50 0.06 0 0.07
HSL 187.06º 0.77% 0.7% -
HSV(B) 187.06º 0.5% 0.93% -
XYZ 49.14 62.74 89.64 -
YUV 193.2 152.71 74.36 -
System Red Green Blue C M Y K H S L
Decimal 118 223 237 0.50 0.06 0 0.07 187.06 0.77 0.7
Hex 76 DF ED 32 6 0 7 BB 4D 46
Octal 166 337 355 62 6 0 7 273 115 106
Binary 1110110 11011111 11101101 110010 110 0 111 10111011 1001101 1000110

Color Harmonies of #76DFED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76DFED

Black with #76DFED

Text Example


Text Example

White with #76DFED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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