#BEF9F9

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

Shades of Pale Turquoise #BEF9F9

Tints of Pale Turquoise #BEF9F9

Color information

#BEF9F9 (or 0xBEF9F9) is unknown color: approx Pale Turquoise. HEX triplet: BE, F9 and F9. RGB value is (190,249,249). Sum of RGB (Red+Green+Blue) = 190+249+249=688 (91% of max value = 765). Red value is 190 (74.61% from 255 or 27.62% from 688); Green value is 249 (97.66% from 255 or 36.19% from 688); Blue value is 249 (97.66% from 255 or 36.19% from 688); Max value from RGB is 249 - color contains mainly: green, blue. Hex color #BEF9F9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEF9F9 is #410606. Grayscale: #E7E7E7. Windows color (decimal): -4261383 or 16382398. OLE color: 16382398.

HSL color Cylindrical-coordinate representation of color #BEF9F9: hue angle of 180º degrees, saturation: 0.83, 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 #BEF9F9 is Cyan = 0.24, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB190249249-
CMYK0.24000.02
HSL180º83.1%86.08%-
HSV(B)180º23.69%97.65%-
XYZ72.2185.54102.33-
YUV231.36137.9598.5-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 27.62%
GREEN value IS 249 (97.66% from 255) = 36.19%
BLUE value IS 249 (97.66% from 255) = 36.19%
R=27.62%
G=36.19%
B=36.19%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1902492490.24000.0218083.186.08
HexBEF9F918002b45356
Octal27637137130002264123126
Binary1011111011111001111110011100000101011010010100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF9F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEF9F9; }

 p { color: rgb(190,249,249); }

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

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

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

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

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

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

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