#BEFCFF

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

Shades of Pale Turquoise #BEFCFF

Tints of Pale Turquoise #BEFCFF

Color information

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

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

Color convert

RGB190252255-
CMYK0.250.0100
HSL182.77º100%87.25%-
HSV(B)182.77º25.49%100%-
XYZ74.187.79107.65-
YUV233.8139.9696.76-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1902522550.250.0100182.7710087.25
HexBEFCFF19100b76457
Octal27637437731100267144127
Binary101111101111110011111111110011001011011111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEFCFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEFCFF; }

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

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

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

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

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

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

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

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