#BFFDFC

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

Shades of Pale Turquoise #BFFDFC

Tints of Pale Turquoise #BFFDFC

Color information

#BFFDFC (or 0xBFFDFC) is unknown color: approx Pale Turquoise. HEX triplet: BF, FD and FC. RGB value is (191,253,252). Sum of RGB (Red+Green+Blue) = 191+253+252=696 (92% of max value = 765). Red value is 191 (75% from 255 or 27.44% from 696); Green value is 253 (99.22% from 255 or 36.35% from 696); Blue value is 252 (98.83% from 255 or 36.21% from 696); Max value from RGB is 253 - color contains mainly: green. Hex color #BFFDFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFFDFC is #400203. Grayscale: #EAEAEA. Windows color (decimal): -4194820 or 16580031. OLE color: 16580031.

HSL color Cylindrical-coordinate representation of color #BFFDFC: hue angle of 179.03º 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 #BFFDFC is Cyan = 0.25, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.01.

Color convert

RGB191253252-
CMYK0.2500.000.01
HSL179.03º93.94%87.06%-
HSV(B)179.03º24.51%99.22%-
XYZ74.1888.36105.24-
YUV234.35137.9697.08-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 27.44%
GREEN value IS 253 (99.22% from 255) = 36.35%
BLUE value IS 252 (98.83% from 255) = 36.21%
R=27.44%
G=36.35%
B=36.21%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1912532520.2500.000.01179.0393.9487.06
HexBFFDFC19001b35e57
Octal27737537431001263136127
Binary101111111111110111111100110010011011001110111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFFDFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFFDFC; }

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

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

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

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

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

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

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

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