#BEFAFF

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

Shades of Pale Turquoise #BEFAFF

Tints of Pale Turquoise #BEFAFF

Color information

#BEFAFF (or 0xBEFAFF) is unknown color: approx Pale Turquoise. HEX triplet: BE, FA and FF. RGB value is (190,250,255). Sum of RGB (Red+Green+Blue) = 190+250+255=695 (92% of max value = 765). Red value is 190 (74.61% from 255 or 27.34% from 695); Green value is 250 (98.05% from 255 or 35.97% from 695); Blue value is 255 (100% from 255 or 36.69% from 695); Max value from RGB is 255 - color contains mainly: blue. Hex color #BEFAFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEFAFF is #410500. Grayscale: #E8E8E8. Windows color (decimal): -4261121 or 16775870. OLE color: 16775870.

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

Color convert

RGB190250255-
CMYK0.250.0200
HSL184.62º100%87.25%-
HSV(B)184.62º25.49%100%-
XYZ73.4786.54107.44-
YUV232.63140.6297.59-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 27.34%
GREEN value IS 250 (98.05% from 255) = 35.97%
BLUE value IS 255 (100% from 255) = 36.69%
R=27.34%
G=35.97%
B=36.69%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1902502550.250.0200184.6210087.25
HexBEFAFF19200b96457
Octal27637237731200271144127
Binary1011111011111010111111111100110001011100111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEFAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEFAFF; }

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

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

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

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

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

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

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

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