#7FDFE1

Color #7FDFE1 Turquoise Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise Blue #7FDFE1

Tints of Turquoise Blue #7FDFE1

Color information

#7FDFE1 (or 0x7FDFE1) is unknown color: approx Turquoise Blue. HEX triplet: 7F, DF and E1. RGB value is (127,223,225). Sum of RGB (Red+Green+Blue) = 127+223+225=575 (76% of max value = 765). Red value is 127 (50% from 255 or 22.09% from 575); Green value is 223 (87.5% from 255 or 38.78% from 575); Blue value is 225 (88.28% from 255 or 39.13% from 575); Max value from RGB is 225 - color contains mainly: blue. Hex color #7FDFE1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FDFE1 is #80201E. Grayscale: #C2C2C2. Windows color (decimal): -8396831 or 14802815. OLE color: 14802815.

HSL color Cylindrical-coordinate representation of color #7FDFE1: hue angle of 181.22º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7FDFE1 is Cyan = 0.44, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB127223225-
CMYK0.440.0100.12
HSL181.22º62.03%69.02%-
HSV(B)181.22º43.56%88.24%-
XYZ48.7362.7280.77-
YUV194.52145.279.84-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 22.09%
GREEN value IS 223 (87.5% from 255) = 38.78%
BLUE value IS 225 (88.28% from 255) = 39.13%
R=22.09%
G=38.78%
B=39.13%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1272232250.440.0100.12181.2262.0369.02
Hex7FDFE12C10Cb53e45
Octal17733734154101426576105
Binary11111111101111111100001101100101100101101011111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FDFE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7FDFE1; }

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

 H1.HeaderClassName
 {
   color: #7FDFE1;
 }
 .AnyTagClassName
 {
   color: #7FDFE1;
 }
</style>
background-color css

<style>
 a { background-color: #7FDFE1; }

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

 div.DivClassName
 {
   background-color: #7FDFE1;
 }
 .BgClassName
 {
   background-color: #7FDFE1;
 }
</style>
border-color css

<style>
 span { border-color: #7FDFE1; }

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

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