#BEF9FD

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

Shades of Pale Turquoise #BEF9FD

Tints of Pale Turquoise #BEF9FD

Color information

#BEF9FD (or 0xBEF9FD) is unknown color: approx Pale Turquoise. HEX triplet: BE, F9 and FD. RGB value is (190,249,253). Sum of RGB (Red+Green+Blue) = 190+249+253=692 (91% of max value = 765). Red value is 190 (74.61% from 255 or 27.46% from 692); Green value is 249 (97.66% from 255 or 35.98% from 692); Blue value is 253 (99.22% from 255 or 36.56% from 692); Max value from RGB is 253 - color contains mainly: blue. Hex color #BEF9FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEF9FD is #410602. Grayscale: #E7E7E7. Windows color (decimal): -4261379 or 16644542. OLE color: 16644542.

HSL color Cylindrical-coordinate representation of color #BEF9FD: hue angle of 183.81º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BEF9FD is Cyan = 0.25, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB190249253-
CMYK0.250.0200.01
HSL183.81º94.03%86.86%-
HSV(B)183.81º24.9%99.22%-
XYZ72.8485.79105.65-
YUV231.82139.9598.17-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 27.46%
GREEN value IS 249 (97.66% from 255) = 35.98%
BLUE value IS 253 (99.22% from 255) = 36.56%
R=27.46%
G=35.98%
B=36.56%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1902492530.250.0200.01183.8194.0386.86
HexBEF9FD19201b85e57
Octal27637137531201270136127
Binary1011111011111001111111011100110011011100010111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF9FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEF9FD; }

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

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

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

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

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

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

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

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