#BEFBFD

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

Shades of Pale Turquoise #BEFBFD

Tints of Pale Turquoise #BEFBFD

Color information

#BEFBFD (or 0xBEFBFD) is unknown color: approx Pale Turquoise. HEX triplet: BE, FB and FD. RGB value is (190,251,253). Sum of RGB (Red+Green+Blue) = 190+251+253=694 (91% of max value = 765). Red value is 190 (74.61% from 255 or 27.38% from 694); Green value is 251 (98.44% from 255 or 36.17% from 694); Blue value is 253 (99.22% from 255 or 36.46% from 694); Max value from RGB is 253 - color contains mainly: blue. Hex color #BEFBFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEFBFD is #410402. Grayscale: #E8E8E8. Windows color (decimal): -4260867 or 16645054. OLE color: 16645054.

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

Color convert

RGB190251253-
CMYK0.250.0100.01
HSL181.9º94.03%86.86%-
HSV(B)181.9º24.9%99.22%-
XYZ73.4687.03105.86-
YUV232.99139.2997.34-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 27.38%
GREEN value IS 251 (98.44% from 255) = 36.17%
BLUE value IS 253 (99.22% from 255) = 36.46%
R=27.38%
G=36.17%
B=36.46%

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
Decimal1902512530.250.0100.01181.994.0386.86
HexBEFBFD19101b65e57
Octal27637337531101266136127
Binary101111101111101111111101110011011011011010111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEFBFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEFBFD; }

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

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

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

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

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

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

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

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