#BEFBFC

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

Shades of Pale Turquoise #BEFBFC

Tints of Pale Turquoise #BEFBFC

Color information

#BEFBFC (or 0xBEFBFC) is unknown color: approx Pale Turquoise. HEX triplet: BE, FB and FC. RGB value is (190,251,252). Sum of RGB (Red+Green+Blue) = 190+251+252=693 (91% of max value = 765). Red value is 190 (74.61% from 255 or 27.42% from 693); Green value is 251 (98.44% from 255 or 36.22% from 693); Blue value is 252 (98.83% from 255 or 36.36% from 693); Max value from RGB is 252 - color contains mainly: blue. Hex color #BEFBFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEFBFC is #410403. Grayscale: #E8E8E8. Windows color (decimal): -4260868 or 16579518. OLE color: 16579518.

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

Color convert

RGB190251252-
CMYK0.250.0000.01
HSL180.97º91.18%86.67%-
HSV(B)180.97º24.6%98.82%-
XYZ73.386.97105.02-
YUV232.88138.7997.42-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 27.42%
GREEN value IS 251 (98.44% from 255) = 36.22%
BLUE value IS 252 (98.83% from 255) = 36.36%
R=27.42%
G=36.22%
B=36.36%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1902512520.250.0000.01180.9791.1886.67
HexBEFBFC19001b55b57
Octal27637337431001265133127
Binary101111101111101111111100110010011011010110110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEFBFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEFBFC; }

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

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

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

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

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

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

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

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