#BFF6EE

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

Shades of Pale Turquoise #BFF6EE

Tints of Pale Turquoise #BFF6EE

Color information

#BFF6EE (or 0xBFF6EE) is unknown color: approx Pale Turquoise. HEX triplet: BF, F6 and EE. RGB value is (191,246,238). Sum of RGB (Red+Green+Blue) = 191+246+238=675 (89% of max value = 765). Red value is 191 (75% from 255 or 28.30% from 675); Green value is 246 (96.48% from 255 or 36.44% from 675); Blue value is 238 (93.36% from 255 or 35.26% from 675); Max value from RGB is 246 - color contains mainly: green. Hex color #BFF6EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFF6EE is #400911. Grayscale: #E4E4E4. Windows color (decimal): -4196626 or 15660735. OLE color: 15660735.

HSL color Cylindrical-coordinate representation of color #BFF6EE: hue angle of 171.27º 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 #BFF6EE is Cyan = 0.22, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.04.

Color convert

RGB191246238-
CMYK0.2200.030.04
HSL171.27º75.34%85.69%-
HSV(B)171.27º22.36%96.47%-
XYZ69.8783.1693.26-
YUV228.64133.28101.15-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 28.30%
GREEN value IS 246 (96.48% from 255) = 36.44%
BLUE value IS 238 (93.36% from 255) = 35.26%
R=28.30%
G=36.44%
B=35.26%

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
Decimal1912462380.2200.030.04171.2775.3485.69
HexBFF6EE16034ab4b56
Octal27736635626034253113126
Binary101111111111011011101110101100111001010101110010111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFF6EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFF6EE; }

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

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

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

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

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

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

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

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