#BEFEF2

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

Shades of Pale Turquoise #BEFEF2

Tints of Pale Turquoise #BEFEF2

Color information

#BEFEF2 (or 0xBEFEF2) is unknown color: approx Pale Turquoise. HEX triplet: BE, FE and F2. RGB value is (190,254,242). Sum of RGB (Red+Green+Blue) = 190+254+242=686 (90% of max value = 765). Red value is 190 (74.61% from 255 or 27.70% from 686); Green value is 254 (99.61% from 255 or 37.03% from 686); Blue value is 242 (94.92% from 255 or 35.28% from 686); Max value from RGB is 254 - color contains mainly: green. Hex color #BEFEF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEFEF2 is #41010D. Grayscale: #E9E9E9. Windows color (decimal): -4260110 or 15924926. OLE color: 15924926.

HSL color Cylindrical-coordinate representation of color #BEFEF2: hue angle of 168.75º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BEFEF2 is Cyan = 0.25, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.00.

Color convert

RGB190254242-
CMYK0.2500.050.00
HSL168.75º96.97%87.06%-
HSV(B)168.75º25.2%99.61%-
XYZ72.788.2497.2-
YUV233.5132.896.98-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 27.70%
GREEN value IS 254 (99.61% from 255) = 37.03%
BLUE value IS 242 (94.92% from 255) = 35.28%
R=27.70%
G=37.03%
B=35.28%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1902542420.2500.050.00168.7596.9787.06
HexBEFEF219050a96157
Octal27637636231050251141127
Binary10111110111111101111001011001010101010100111000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEFEF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEFEF2; }

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

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

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

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

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

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

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

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