#BEFFFB

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

Shades of Pale Turquoise #BEFFFB

Tints of Pale Turquoise #BEFFFB

Color information

#BEFFFB (or 0xBEFFFB) is unknown color: approx Pale Turquoise. HEX triplet: BE, FF and FB. RGB value is (190,255,251). Sum of RGB (Red+Green+Blue) = 190+255+251=696 (92% of max value = 765). Red value is 190 (74.61% from 255 or 27.30% from 696); Green value is 255 (100% from 255 or 36.64% from 696); Blue value is 251 (98.44% from 255 or 36.06% from 696); Max value from RGB is 255 - color contains mainly: green. Hex color #BEFFFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEFFFB is #410004. Grayscale: #EBEBEB. Windows color (decimal): -4259845 or 16515006. OLE color: 16515006.

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

Color convert

RGB190255251-
CMYK0.2500.020
HSL176.31º100%87.25%-
HSV(B)176.31º25.49%100%-
XYZ74.4189.43104.61-
YUV235.11136.9795.83-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 27.30%
GREEN value IS 255 (100% from 255) = 36.64%
BLUE value IS 251 (98.44% from 255) = 36.06%
R=27.30%
G=36.64%
B=36.06%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1902552510.2500.020176.3110087.25
HexBEFFFB19020b06457
Octal27637737331020260144127
Binary1011111011111111111110111100101001011000011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEFFFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEFFFB; }

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

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

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

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

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

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

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

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