#BFF6EF

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

Shades of Pale Turquoise #BFF6EF

Tints of Pale Turquoise #BFF6EF

Color information

#BFF6EF (or 0xBFF6EF) is unknown color: approx Pale Turquoise. HEX triplet: BF, F6 and EF. RGB value is (191,246,239). Sum of RGB (Red+Green+Blue) = 191+246+239=676 (89% of max value = 765). Red value is 191 (75% from 255 or 28.25% from 676); Green value is 246 (96.48% from 255 or 36.39% from 676); Blue value is 239 (93.75% from 255 or 35.36% from 676); Max value from RGB is 246 - color contains mainly: green. Hex color #BFF6EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFF6EF is #400910. Grayscale: #E4E4E4. Windows color (decimal): -4196625 or 15726271. OLE color: 15726271.

HSL color Cylindrical-coordinate representation of color #BFF6EF: hue angle of 172.36º degrees, saturation: 0.75, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BFF6EF is Cyan = 0.22, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.04.

Color convert

RGB191246239-
CMYK0.2200.030.04
HSL172.36º75.34%85.69%-
HSV(B)172.36º22.36%96.47%-
XYZ70.0283.2294.03-
YUV228.76133.78101.07-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 28.25%
GREEN value IS 246 (96.48% from 255) = 36.39%
BLUE value IS 239 (93.75% from 255) = 35.36%
R=28.25%
G=36.39%
B=35.36%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1912462390.2200.030.04172.3675.3485.69
HexBFF6EF16034ac4b56
Octal27736635726034254113126
Binary101111111111011011101111101100111001010110010010111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFF6EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFF6EF; }

 p { color: rgb(191,246,239); }

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

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

 a { background-color: rgb(191,246,239); }

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

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

 span { border-color: rgb(191,246,239); }

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