#BEFFFC

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

Shades of Pale Turquoise #BEFFFC

Tints of Pale Turquoise #BEFFFC

Color information

#BEFFFC (or 0xBEFFFC) is unknown color: approx Pale Turquoise. HEX triplet: BE, FF and FC. RGB value is (190,255,252). Sum of RGB (Red+Green+Blue) = 190+255+252=697 (92% of max value = 765). Red value is 190 (74.61% from 255 or 27.26% from 697); Green value is 255 (100% from 255 or 36.59% from 697); Blue value is 252 (98.83% from 255 or 36.15% from 697); Max value from RGB is 255 - color contains mainly: green. Hex color #BEFFFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEFFFC is #410003. Grayscale: #EBEBEB. Windows color (decimal): -4259844 or 16580542. OLE color: 16580542.

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

Color convert

RGB190255252-
CMYK0.2500.010
HSL177.23º100%87.25%-
HSV(B)177.23º25.49%100%-
XYZ74.5789.5105.44-
YUV235.22137.4795.74-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 27.26%
GREEN value IS 255 (100% from 255) = 36.59%
BLUE value IS 252 (98.83% from 255) = 36.15%
R=27.26%
G=36.59%
B=36.15%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1902552520.2500.010177.2310087.25
HexBEFFFC19010b16457
Octal27637737431010261144127
Binary101111101111111111111100110010101011000111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEFFFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEFFFC; }

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

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

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

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

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

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

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

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