#BFFEFF

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

Shades of Pale Turquoise #BFFEFF

Tints of Pale Turquoise #BFFEFF

Color information

#BFFEFF (or 0xBFFEFF) is unknown color: approx Pale Turquoise. HEX triplet: BF, FE and FF. RGB value is (191,254,255). Sum of RGB (Red+Green+Blue) = 191+254+255=700 (92% of max value = 765). Red value is 191 (75% from 255 or 27.29% from 700); Green value is 254 (99.61% from 255 or 36.29% from 700); Blue value is 255 (100% from 255 or 36.43% from 700); Max value from RGB is 255 - color contains mainly: blue. Hex color #BFFEFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFFEFF is #400100. Grayscale: #EBEBEB. Windows color (decimal): -4194561 or 16776895. OLE color: 16776895.

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

Color convert

RGB191254255-
CMYK0.250.0000
HSL180.94º100%87.45%-
HSV(B)180.94º25.1%100%-
XYZ74.9889.18107.87-
YUV235.28139.1396.42-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 27.29%
GREEN value IS 254 (99.61% from 255) = 36.29%
BLUE value IS 255 (100% from 255) = 36.43%
R=27.29%
G=36.29%
B=36.43%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1912542550.250.0000180.9410087.45
HexBFFEFF19000b56457
Octal27737637731000265144127
Binary101111111111111011111111110010001011010111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFFEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFFEFF; }

 p { color: rgb(191,254,255); }

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

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

 a { background-color: rgb(191,254,255); }

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

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

 span { border-color: rgb(191,254,255); }

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