#BFFDFB

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

Shades of Pale Turquoise #BFFDFB

Tints of Pale Turquoise #BFFDFB

Color information

#BFFDFB (or 0xBFFDFB) is unknown color: approx Pale Turquoise. HEX triplet: BF, FD and FB. RGB value is (191,253,251). Sum of RGB (Red+Green+Blue) = 191+253+251=695 (92% of max value = 765). Red value is 191 (75% from 255 or 27.48% from 695); Green value is 253 (99.22% from 255 or 36.40% from 695); Blue value is 251 (98.44% from 255 or 36.12% from 695); Max value from RGB is 253 - color contains mainly: green. Hex color #BFFDFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFFDFB is #400204. Grayscale: #EAEAEA. Windows color (decimal): -4194821 or 16514495. OLE color: 16514495.

HSL color Cylindrical-coordinate representation of color #BFFDFB: hue angle of 178.06º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BFFDFB is Cyan = 0.25, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.01.

Color convert

RGB191253251-
CMYK0.2500.010.01
HSL178.06º93.94%87.06%-
HSV(B)178.06º24.51%99.22%-
XYZ74.0288.29104.41-
YUV234.23137.4697.16-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 27.48%
GREEN value IS 253 (99.22% from 255) = 36.40%
BLUE value IS 251 (98.44% from 255) = 36.12%
R=27.48%
G=36.40%
B=36.12%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1912532510.2500.010.01178.0693.9487.06
HexBFFDFB19011b25e57
Octal27737537331011262136127
Binary101111111111110111111011110010111011001010111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFFDFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFFDFB; }

 p { color: rgb(191,253,251); }

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

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

 a { background-color: rgb(191,253,251); }

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

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

 span { border-color: rgb(191,253,251); }

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