#7FE0F2

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

Shades of Turquoise Blue #7FE0F2

Tints of Turquoise Blue #7FE0F2

Color information

#7FE0F2 (or 0x7FE0F2) is unknown color: approx Turquoise Blue. HEX triplet: 7F, E0 and F2. RGB value is (127,224,242). Sum of RGB (Red+Green+Blue) = 127+224+242=593 (78% of max value = 765). Red value is 127 (50% from 255 or 21.42% from 593); Green value is 224 (87.89% from 255 or 37.77% from 593); Blue value is 242 (94.92% from 255 or 40.81% from 593); Max value from RGB is 242 - color contains mainly: blue. Hex color #7FE0F2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7FE0F2 is #801F0D. Grayscale: #C4C4C4. Windows color (decimal): -8396558 or 15917183. OLE color: 15917183.

HSL color Cylindrical-coordinate representation of color #7FE0F2: hue angle of 189.39º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7FE0F2 is Cyan = 0.48, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB127224242-
CMYK0.480.0700.05
HSL189.39º81.56%72.35%-
HSV(B)189.39º47.52%94.9%-
XYZ51.4464.2393.69-
YUV197.05153.3678.04-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 21.42%
GREEN value IS 224 (87.89% from 255) = 37.77%
BLUE value IS 242 (94.92% from 255) = 40.81%
R=21.42%
G=37.77%
B=40.81%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1272242420.480.0700.05189.3981.5672.35
Hex7FE0F230705bd5248
Octal17734036260705275122110
Binary1111111111000001111001011000011101011011110110100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FE0F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,224,242); }

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

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

 a { background-color: rgb(127,224,242); }

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

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

 span { border-color: rgb(127,224,242); }

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