#BFF3ED

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

Shades of Pale Turquoise #BFF3ED

Tints of Pale Turquoise #BFF3ED

Color information

#BFF3ED (or 0xBFF3ED) is unknown color: approx Pale Turquoise. HEX triplet: BF, F3 and ED. RGB value is (191,243,237). Sum of RGB (Red+Green+Blue) = 191+243+237=671 (88% of max value = 765). Red value is 191 (75% from 255 or 28.46% from 671); Green value is 243 (95.31% from 255 or 36.21% from 671); Blue value is 237 (92.97% from 255 or 35.32% from 671); Max value from RGB is 243 - color contains mainly: green. Hex color #BFF3ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFF3ED is #400C12. Grayscale: #E2E2E2. Windows color (decimal): -4197395 or 15594431. OLE color: 15594431.

HSL color Cylindrical-coordinate representation of color #BFF3ED: hue angle of 173.08º degrees, saturation: 0.68, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BFF3ED is Cyan = 0.21, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB191243237-
CMYK0.2100.020.05
HSL173.08º68.42%85.1%-
HSV(B)173.08º21.4%95.29%-
XYZ68.8281.2992.18-
YUV226.77133.77102.49-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 28.46%
GREEN value IS 243 (95.31% from 255) = 36.21%
BLUE value IS 237 (92.97% from 255) = 35.32%
R=28.46%
G=36.21%
B=35.32%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1912432370.2100.020.05173.0868.4285.1
HexBFF3ED15025ad4455
Octal27736335525025255104125
Binary101111111111001111101101101010101011010110110001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFF3ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFF3ED; }

 p { color: rgb(191,243,237); }

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

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

 a { background-color: rgb(191,243,237); }

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

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

 span { border-color: rgb(191,243,237); }

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