#BEFFFD

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

Shades of Pale Turquoise #BEFFFD

Tints of Pale Turquoise #BEFFFD

Color information

#BEFFFD (or 0xBEFFFD) is unknown color: approx Pale Turquoise. HEX triplet: BE, FF and FD. RGB value is (190,255,253). Sum of RGB (Red+Green+Blue) = 190+255+253=698 (92% of max value = 765). Red value is 190 (74.61% from 255 or 27.22% from 698); Green value is 255 (100% from 255 or 36.53% from 698); Blue value is 253 (99.22% from 255 or 36.25% from 698); Max value from RGB is 255 - color contains mainly: green. Hex color #BEFFFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEFFFD is #410002. Grayscale: #EBEBEB. Windows color (decimal): -4259843 or 16646078. OLE color: 16646078.

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

Color convert

RGB190255253-
CMYK0.2500.010
HSL178.15º100%87.25%-
HSV(B)178.15º25.49%100%-
XYZ74.7289.56106.28-
YUV235.34137.9795.66-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 27.22%
GREEN value IS 255 (100% from 255) = 36.53%
BLUE value IS 253 (99.22% from 255) = 36.25%
R=27.22%
G=36.53%
B=36.25%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1902552530.2500.010178.1510087.25
HexBEFFFD19010b26457
Octal27637737531010262144127
Binary101111101111111111111101110010101011001011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEFFFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEFFFD; }

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

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

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

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

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

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

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

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