#BCFFFA

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

Shades of Pale Turquoise #BCFFFA

Tints of Pale Turquoise #BCFFFA

Color information

#BCFFFA (or 0xBCFFFA) is unknown color: approx Pale Turquoise. HEX triplet: BC, FF and FA. RGB value is (188,255,250). Sum of RGB (Red+Green+Blue) = 188+255+250=693 (91% of max value = 765). Red value is 188 (73.83% from 255 or 27.13% from 693); Green value is 255 (100% from 255 or 36.80% from 693); Blue value is 250 (98.05% from 255 or 36.08% from 693); Max value from RGB is 255 - color contains mainly: green. Hex color #BCFFFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCFFFA is #430005. Grayscale: #EAEAEA. Windows color (decimal): -4390918 or 16449468. OLE color: 16449468.

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

Color convert

RGB188255250-
CMYK0.2600.020
HSL175.52º100%86.86%-
HSV(B)175.52º26.27%100%-
XYZ73.7589.11103.76-
YUV234.4136.894.91-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 27.13%
GREEN value IS 255 (100% from 255) = 36.80%
BLUE value IS 250 (98.05% from 255) = 36.08%
R=27.13%
G=36.80%
B=36.08%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1882552500.2600.020175.5210086.86
HexBCFFFA1A020b06457
Octal27437737232020260144127
Binary1011110011111111111110101101001001011000011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCFFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCFFFA; }

 p { color: rgb(188,255,250); }

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

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

 a { background-color: rgb(188,255,250); }

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

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

 span { border-color: rgb(188,255,250); }

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