#BEFEFB

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

Shades of Pale Turquoise #BEFEFB

Tints of Pale Turquoise #BEFEFB

Color information

#BEFEFB (or 0xBEFEFB) is unknown color: approx Pale Turquoise. HEX triplet: BE, FE and FB. RGB value is (190,254,251). Sum of RGB (Red+Green+Blue) = 190+254+251=695 (92% of max value = 765). Red value is 190 (74.61% from 255 or 27.34% from 695); Green value is 254 (99.61% from 255 or 36.55% from 695); Blue value is 251 (98.44% from 255 or 36.12% from 695); Max value from RGB is 254 - color contains mainly: green. Hex color #BEFEFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEFEFB is #410104. Grayscale: #EAEAEA. Windows color (decimal): -4260101 or 16514750. OLE color: 16514750.

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

Color convert

RGB190254251-
CMYK0.2500.010.00
HSL177.19º96.97%87.06%-
HSV(B)177.19º25.2%99.61%-
XYZ74.0988.8104.5-
YUV234.52137.396.24-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 27.34%
GREEN value IS 254 (99.61% from 255) = 36.55%
BLUE value IS 251 (98.44% from 255) = 36.12%
R=27.34%
G=36.55%
B=36.12%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1902542510.2500.010.00177.1996.9787.06
HexBEFEFB19010b16157
Octal27637637331010261141127
Binary101111101111111011111011110010101011000111000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEFEFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEFEFB; }

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

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

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

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

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

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

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

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