#BEFFFA

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

Shades of Pale Turquoise #BEFFFA

Tints of Pale Turquoise #BEFFFA

Color information

#BEFFFA (or 0xBEFFFA) is unknown color: approx Pale Turquoise. HEX triplet: BE, FF and FA. RGB value is (190,255,250). Sum of RGB (Red+Green+Blue) = 190+255+250=695 (92% of max value = 765). Red value is 190 (74.61% from 255 or 27.34% from 695); Green value is 255 (100% from 255 or 36.69% from 695); Blue value is 250 (98.05% from 255 or 35.97% from 695); Max value from RGB is 255 - color contains mainly: green. Hex color #BEFFFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEFFFA is #410005. Grayscale: #EAEAEA. Windows color (decimal): -4259846 or 16449470. OLE color: 16449470.

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

Color convert

RGB190255250-
CMYK0.2500.020
HSL175.38º100%87.25%-
HSV(B)175.38º25.49%100%-
XYZ74.2589.37103.78-
YUV235136.4795.91-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 27.34%
GREEN value IS 255 (100% from 255) = 36.69%
BLUE value IS 250 (98.05% from 255) = 35.97%
R=27.34%
G=36.69%
B=35.97%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1902552500.2500.020175.3810087.25
HexBEFFFA19020af6457
Octal27637737231020257144127
Binary1011111011111111111110101100101001010111111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEFFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEFFFA; }

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

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

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

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

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

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

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

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