#BEFCF5

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

Shades of Pale Turquoise #BEFCF5

Tints of Pale Turquoise #BEFCF5

Color information

#BEFCF5 (or 0xBEFCF5) is unknown color: approx Pale Turquoise. HEX triplet: BE, FC and F5. RGB value is (190,252,245). Sum of RGB (Red+Green+Blue) = 190+252+245=687 (90% of max value = 765). Red value is 190 (74.61% from 255 or 27.66% from 687); Green value is 252 (98.83% from 255 or 36.68% from 687); Blue value is 245 (96.09% from 255 or 35.66% from 687); Max value from RGB is 252 - color contains mainly: green. Hex color #BEFCF5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEFCF5 is #41030A. Grayscale: #E8E8E8. Windows color (decimal): -4260619 or 16121022. OLE color: 16121022.

HSL color Cylindrical-coordinate representation of color #BEFCF5: hue angle of 173.23º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BEFCF5 is Cyan = 0.25, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.01.

Color convert

RGB190252245-
CMYK0.2500.030.01
HSL173.23º91.18%86.67%-
HSV(B)173.23º24.6%98.82%-
XYZ72.5387.1699.39-
YUV232.66134.9697.57-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 27.66%
GREEN value IS 252 (98.83% from 255) = 36.68%
BLUE value IS 245 (96.09% from 255) = 35.66%
R=27.66%
G=36.68%
B=35.66%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1902522450.2500.030.01173.2391.1886.67
HexBEFCF519031ad5b57
Octal27637436531031255133127
Binary1011111011111100111101011100101111010110110110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEFCF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEFCF5; }

 p { color: rgb(190,252,245); }

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

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

 a { background-color: rgb(190,252,245); }

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

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

 span { border-color: rgb(190,252,245); }

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