#BFFCFF

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

Shades of Pale Turquoise #BFFCFF

Tints of Pale Turquoise #BFFCFF

Color information

#BFFCFF (or 0xBFFCFF) is unknown color: approx Pale Turquoise. HEX triplet: BF, FC and FF. RGB value is (191,252,255). Sum of RGB (Red+Green+Blue) = 191+252+255=698 (92% of max value = 765). Red value is 191 (75% from 255 or 27.36% from 698); Green value is 252 (98.83% from 255 or 36.10% from 698); Blue value is 255 (100% from 255 or 36.53% from 698); Max value from RGB is 255 - color contains mainly: blue. Hex color #BFFCFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFFCFF is #400300. Grayscale: #EAEAEA. Windows color (decimal): -4195073 or 16776383. OLE color: 16776383.

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

Color convert

RGB191252255-
CMYK0.250.0100
HSL182.81º100%87.45%-
HSV(B)182.81º25.1%100%-
XYZ74.3587.92107.66-
YUV234.1139.7997.26-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 27.36%
GREEN value IS 252 (98.83% from 255) = 36.10%
BLUE value IS 255 (100% from 255) = 36.53%
R=27.36%
G=36.10%
B=36.53%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1912522550.250.0100182.8110087.45
HexBFFCFF19100b76457
Octal27737437731100267144127
Binary101111111111110011111111110011001011011111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFFCFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFFCFF; }

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

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

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

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

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

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

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

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