#BEF7EE

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

Shades of Pale Turquoise #BEF7EE

Tints of Pale Turquoise #BEF7EE

Color information

#BEF7EE (or 0xBEF7EE) is unknown color: approx Pale Turquoise. HEX triplet: BE, F7 and EE. RGB value is (190,247,238). Sum of RGB (Red+Green+Blue) = 190+247+238=675 (89% of max value = 765). Red value is 190 (74.61% from 255 or 28.15% from 675); Green value is 247 (96.88% from 255 or 36.59% from 675); Blue value is 238 (93.36% from 255 or 35.26% from 675); Max value from RGB is 247 - color contains mainly: green. Hex color #BEF7EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEF7EE is #410811. Grayscale: #E4E4E4. Windows color (decimal): -4261906 or 15660990. OLE color: 15660990.

HSL color Cylindrical-coordinate representation of color #BEF7EE: hue angle of 170.53º degrees, saturation: 0.78, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BEF7EE is Cyan = 0.23, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.03.

Color convert

RGB190247238-
CMYK0.2300.040.03
HSL170.53º78.08%85.69%-
HSV(B)170.53º23.08%96.86%-
XYZ69.9383.6493.35-
YUV228.93133.12100.23-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 28.15%
GREEN value IS 247 (96.88% from 255) = 36.59%
BLUE value IS 238 (93.36% from 255) = 35.26%
R=28.15%
G=36.59%
B=35.26%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1902472380.2300.040.03170.5378.0885.69
HexBEF7EE17043ab4e56
Octal27636735627043253116126
Binary101111101111011111101110101110100111010101110011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF7EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEF7EE; }

 p { color: rgb(190,247,238); }

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

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

 a { background-color: rgb(190,247,238); }

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

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

 span { border-color: rgb(190,247,238); }

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