#BFF4ED

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

Shades of Pale Turquoise #BFF4ED

Tints of Pale Turquoise #BFF4ED

Color information

#BFF4ED (or 0xBFF4ED) is unknown color: approx Pale Turquoise. HEX triplet: BF, F4 and ED. RGB value is (191,244,237). Sum of RGB (Red+Green+Blue) = 191+244+237=672 (89% of max value = 765). Red value is 191 (75% from 255 or 28.42% from 672); Green value is 244 (95.70% from 255 or 36.31% from 672); Blue value is 237 (92.97% from 255 or 35.27% from 672); Max value from RGB is 244 - color contains mainly: green. Hex color #BFF4ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFF4ED is #400B12. Grayscale: #E3E3E3. Windows color (decimal): -4197139 or 15594687. OLE color: 15594687.

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

Color convert

RGB191244237-
CMYK0.2200.030.04
HSL172.08º70.67%85.29%-
HSV(B)172.08º21.72%95.69%-
XYZ69.1281.8992.28-
YUV227.36133.44102.07-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 28.42%
GREEN value IS 244 (95.70% from 255) = 36.31%
BLUE value IS 237 (92.97% from 255) = 35.27%
R=28.42%
G=36.31%
B=35.27%

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
Decimal1912442370.2200.030.04172.0870.6785.29
HexBFF4ED16034ac4755
Octal27736435526034254107125
Binary101111111111010011101101101100111001010110010001111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFF4ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFF4ED; }

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

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

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

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

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

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

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

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