Html Css Color HEX #76DFF1 Turquoise Blue

📋 copy color: '#76DFF1'

red 118 ◦ green 223 ◦ blue 241

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

Shades of Turquoise Blue #76DFF1

Tints of Turquoise Blue #76DFF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 41.41%

R = 20.27%
G = 38.32%
B = 41.41%

CMYK

 C value IS 0.51

 M value IS 0.07

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#76DFF1 (or 0x76DFF1) is known color: Turquoise Blue. HEX triplet: 76, DF and F1. RGB value is (118,223,241). Sum of RGB (Red+Green+Blue) = 118+223+241=582 (77% of max value = 765). Red value is 118 (46.48% from 255 or 20.27% from 582); Green value is 223 (87.5% from 255 or 38.32% from 582); Blue value is 241 (94.53% from 255 or 41.41% from 582); Max value from RGB is 241 - color contains mainly: blue. Hex color #76DFF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76DFF1 is #89200E. Grayscale: #C1C1C1. Windows color (decimal): -8986639 or 15851382. OLE color: 15851382.

HSL color Cylindrical-coordinate representation of color #76DFF1: hue angle of 188.78º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #76DFF1 is Cyan = 0.51, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 118 223 241 -
CMYK 0.51 0.07 0 0.05
HSL 188.78º 0.81% 0.7% -
HSV(B) 188.78º 0.51% 0.95% -
XYZ 49.74 62.98 92.75 -
YUV 193.66 154.71 74.04 -
System Red Green Blue C M Y K H S L
Decimal 118 223 241 0.51 0.07 0 0.05 188.78 0.81 0.7
Hex 76 DF F1 33 7 0 5 BD 51 46
Octal 166 337 361 63 7 0 5 275 121 106
Binary 1110110 11011111 11110001 110011 111 0 101 10111101 1010001 1000110

Color Harmonies of #76DFF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76DFF1

Black with #76DFF1

Text Example


Text Example

White with #76DFF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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