#BEFCF2

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

Shades of Pale Turquoise #BEFCF2

Tints of Pale Turquoise #BEFCF2

Color information

#BEFCF2 (or 0xBEFCF2) is unknown color: approx Pale Turquoise. HEX triplet: BE, FC and F2. RGB value is (190,252,242). Sum of RGB (Red+Green+Blue) = 190+252+242=684 (90% of max value = 765). Red value is 190 (74.61% from 255 or 27.78% from 684); Green value is 252 (98.83% from 255 or 36.84% from 684); Blue value is 242 (94.92% from 255 or 35.38% from 684); Max value from RGB is 252 - color contains mainly: green. Hex color #BEFCF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEFCF2 is #41030D. Grayscale: #E8E8E8. Windows color (decimal): -4260622 or 15924414. OLE color: 15924414.

HSL color Cylindrical-coordinate representation of color #BEFCF2: hue angle of 170.32º 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 #BEFCF2 is Cyan = 0.25, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.01.

Color convert

RGB190252242-
CMYK0.2500.040.01
HSL170.32º91.18%86.67%-
HSV(B)170.32º24.6%98.82%-
XYZ72.0786.9896.99-
YUV232.32133.4697.81-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 27.78%
GREEN value IS 252 (98.83% from 255) = 36.84%
BLUE value IS 242 (94.92% from 255) = 35.38%
R=27.78%
G=36.84%
B=35.38%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1902522420.2500.040.01170.3291.1886.67
HexBEFCF219041aa5b57
Octal27637436231041252133127
Binary10111110111111001111001011001010011010101010110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEFCF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEFCF2; }

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

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

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

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

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

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

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

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