Html Css Color HEX #76DFFC Turquoise Blue

📋 copy color: '#76DFFC'

red 118 ◦ green 223 ◦ blue 252

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

Shades of Turquoise Blue #76DFFC

Tints of Turquoise Blue #76DFFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 42.5%

R = 19.9%
G = 37.61%
B = 42.5%

CMYK

 C value IS 0.53

 M value IS 0.12

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#76DFFC (or 0x76DFFC) is known color: Turquoise Blue. HEX triplet: 76, DF and FC. RGB value is (118,223,252). Sum of RGB (Red+Green+Blue) = 118+223+252=593 (78% of max value = 765). Red value is 118 (46.48% from 255 or 19.90% from 593); Green value is 223 (87.5% from 255 or 37.61% from 593); Blue value is 252 (98.83% from 255 or 42.50% from 593); Max value from RGB is 252 - color contains mainly: blue. Hex color #76DFFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76DFFC is #892003. Grayscale: #C2C2C2. Windows color (decimal): -8986628 or 16572278. OLE color: 16572278.

HSL color Cylindrical-coordinate representation of color #76DFFC: hue angle of 192.99º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #76DFFC is Cyan = 0.53, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 118 223 252 -
CMYK 0.53 0.12 0 0.01
HSL 192.99º 0.96% 0.73% -
HSV(B) 192.99º 0.53% 0.99% -
XYZ 51.43 63.66 101.67 -
YUV 194.91 160.21 73.14 -
System Red Green Blue C M Y K H S L
Decimal 118 223 252 0.53 0.12 0 0.01 192.99 0.96 0.73
Hex 76 DF FC 35 C 0 1 C1 60 49
Octal 166 337 374 65 14 0 1 301 140 111
Binary 1110110 11011111 11111100 110101 1100 0 1 11000001 1100000 1001001

Color Harmonies of #76DFFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76DFFC

Black with #76DFFC

Text Example


Text Example

White with #76DFFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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