#BEFAFD

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

Shades of Pale Turquoise #BEFAFD

Tints of Pale Turquoise #BEFAFD

Color information

#BEFAFD (or 0xBEFAFD) is unknown color: approx Pale Turquoise. HEX triplet: BE, FA and FD. RGB value is (190,250,253). Sum of RGB (Red+Green+Blue) = 190+250+253=693 (91% of max value = 765). Red value is 190 (74.61% from 255 or 27.42% from 693); Green value is 250 (98.05% from 255 or 36.08% from 693); Blue value is 253 (99.22% from 255 or 36.51% from 693); Max value from RGB is 253 - color contains mainly: blue. Hex color #BEFAFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEFAFD is #410502. Grayscale: #E8E8E8. Windows color (decimal): -4261123 or 16644798. OLE color: 16644798.

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

Color convert

RGB190250253-
CMYK0.250.0100.01
HSL182.86º94.03%86.86%-
HSV(B)182.86º24.9%99.22%-
XYZ73.1586.41105.75-
YUV232.4139.6297.76-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 27.42%
GREEN value IS 250 (98.05% from 255) = 36.08%
BLUE value IS 253 (99.22% from 255) = 36.51%
R=27.42%
G=36.08%
B=36.51%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1902502530.250.0100.01182.8694.0386.86
HexBEFAFD19101b75e57
Octal27637237531101267136127
Binary101111101111101011111101110011011011011110111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEFAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEFAFD; }

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

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

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

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

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

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

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

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