#BEFBF6

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

Shades of Pale Turquoise #BEFBF6

Tints of Pale Turquoise #BEFBF6

Color information

#BEFBF6 (or 0xBEFBF6) is unknown color: approx Pale Turquoise. HEX triplet: BE, FB and F6. RGB value is (190,251,246). Sum of RGB (Red+Green+Blue) = 190+251+246=687 (90% of max value = 765). Red value is 190 (74.61% from 255 or 27.66% from 687); Green value is 251 (98.44% from 255 or 36.54% from 687); Blue value is 246 (96.48% from 255 or 35.81% from 687); Max value from RGB is 251 - color contains mainly: green. Hex color #BEFBF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEFBF6 is #410409. Grayscale: #E8E8E8. Windows color (decimal): -4260874 or 16186302. OLE color: 16186302.

HSL color Cylindrical-coordinate representation of color #BEFBF6: hue angle of 175.08º degrees, saturation: 0.88, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BEFBF6 is Cyan = 0.24, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.02.

Color convert

RGB190251246-
CMYK0.2400.020.02
HSL175.08º88.41%86.47%-
HSV(B)175.08º24.3%98.43%-
XYZ72.3786.6100.09-
YUV232.19135.7997.91-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 27.66%
GREEN value IS 251 (98.44% from 255) = 36.54%
BLUE value IS 246 (96.48% from 255) = 35.81%
R=27.66%
G=36.54%
B=35.81%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1902512460.2400.020.02175.0888.4186.47
HexBEFBF618022af5856
Octal27637336630022257130126
Binary10111110111110111111011011000010101010111110110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEFBF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEFBF6; }

 p { color: rgb(190,251,246); }

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

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

 a { background-color: rgb(190,251,246); }

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

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

 span { border-color: rgb(190,251,246); }

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