#7FEBE7

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

Shades of Turquoise Blue #7FEBE7

Tints of Turquoise Blue #7FEBE7

Color information

#7FEBE7 (or 0x7FEBE7) is unknown color: approx Turquoise Blue. HEX triplet: 7F, EB and E7. RGB value is (127,235,231). Sum of RGB (Red+Green+Blue) = 127+235+231=593 (78% of max value = 765). Red value is 127 (50% from 255 or 21.42% from 593); Green value is 235 (92.19% from 255 or 39.63% from 593); Blue value is 231 (90.62% from 255 or 38.95% from 593); Max value from RGB is 235 - color contains mainly: green. Hex color #7FEBE7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7FEBE7 is #801418. Grayscale: #CACACA. Windows color (decimal): -8393753 or 15199103. OLE color: 15199103.

HSL color Cylindrical-coordinate representation of color #7FEBE7: hue angle of 177.78º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7FEBE7 is Cyan = 0.46, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.08.

Color convert

RGB127235231-
CMYK0.4600.020.08
HSL177.78º72.97%70.98%-
HSV(B)177.78º45.96%92.16%-
XYZ52.8869.786.27-
YUV202.25144.2274.33-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 21.42%
GREEN value IS 235 (92.19% from 255) = 39.63%
BLUE value IS 231 (90.62% from 255) = 38.95%
R=21.42%
G=39.63%
B=38.95%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1272352310.4600.020.08177.7872.9770.98
Hex7FEBE72E028b24947
Octal177353347560210262111107
Binary1111111111010111110011110111001010001011001010010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FEBE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,235,231); }

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

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

 a { background-color: rgb(127,235,231); }

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

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

 span { border-color: rgb(127,235,231); }

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