#BEFFF2

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

Shades of Pale Turquoise #BEFFF2

Tints of Pale Turquoise #BEFFF2

Color information

#BEFFF2 (or 0xBEFFF2) is unknown color: approx Pale Turquoise. HEX triplet: BE, FF and F2. RGB value is (190,255,242). Sum of RGB (Red+Green+Blue) = 190+255+242=687 (90% of max value = 765). Red value is 190 (74.61% from 255 or 27.66% from 687); Green value is 255 (100% from 255 or 37.12% from 687); Blue value is 242 (94.92% from 255 or 35.23% from 687); Max value from RGB is 255 - color contains mainly: green. Hex color #BEFFF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEFFF2 is #41000D. Grayscale: #EAEAEA. Windows color (decimal): -4259854 or 15925182. OLE color: 15925182.

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

Color convert

RGB190255242-
CMYK0.2500.050
HSL168º100%87.25%-
HSV(B)168º25.49%100%-
XYZ73.0288.8897.31-
YUV234.08132.4796.56-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 27.66%
GREEN value IS 255 (100% from 255) = 37.12%
BLUE value IS 242 (94.92% from 255) = 35.23%
R=27.66%
G=37.12%
B=35.23%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1902552420.2500.05016810087.25
HexBEFFF219050a86457
Octal27637736231050250144127
Binary10111110111111111111001011001010101010100011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEFFF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEFFF2; }

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

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

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

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

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

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

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

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