#BEFBF8

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

Shades of Pale Turquoise #BEFBF8

Tints of Pale Turquoise #BEFBF8

Color information

#BEFBF8 (or 0xBEFBF8) is unknown color: approx Pale Turquoise. HEX triplet: BE, FB and F8. RGB value is (190,251,248). Sum of RGB (Red+Green+Blue) = 190+251+248=689 (91% of max value = 765). Red value is 190 (74.61% from 255 or 27.58% from 689); Green value is 251 (98.44% from 255 or 36.43% from 689); Blue value is 248 (97.27% from 255 or 35.99% from 689); Max value from RGB is 251 - color contains mainly: green. Hex color #BEFBF8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEFBF8 is #410407. Grayscale: #E8E8E8. Windows color (decimal): -4260872 or 16317374. OLE color: 16317374.

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

Color convert

RGB190251248-
CMYK0.2400.010.02
HSL177.05º88.41%86.47%-
HSV(B)177.05º24.3%98.43%-
XYZ72.6886.72101.71-
YUV232.42136.7997.74-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 27.58%
GREEN value IS 251 (98.44% from 255) = 36.43%
BLUE value IS 248 (97.27% from 255) = 35.99%
R=27.58%
G=36.43%
B=35.99%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1902512480.2400.010.02177.0588.4186.47
HexBEFBF818012b15856
Octal27637337030012261130126
Binary1011111011111011111110001100001101011000110110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEFBF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEFBF8; }

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

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

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

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

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

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

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

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