#BCFDFF

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

Shades of Pale Turquoise #BCFDFF

Tints of Pale Turquoise #BCFDFF

Color information

#BCFDFF (or 0xBCFDFF) is unknown color: approx Pale Turquoise. HEX triplet: BC, FD and FF. RGB value is (188,253,255). Sum of RGB (Red+Green+Blue) = 188+253+255=696 (92% of max value = 765). Red value is 188 (73.83% from 255 or 27.01% from 696); Green value is 253 (99.22% from 255 or 36.35% from 696); Blue value is 255 (100% from 255 or 36.64% from 696); Max value from RGB is 255 - color contains mainly: blue. Hex color #BCFDFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCFDFF is #430200. Grayscale: #E9E9E9. Windows color (decimal): -4391425 or 16776636. OLE color: 16776636.

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

Color convert

RGB188253255-
CMYK0.260.0100
HSL181.79º100%86.86%-
HSV(B)181.79º26.27%100%-
XYZ73.9188.16107.73-
YUV233.79139.9795.34-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 27.01%
GREEN value IS 253 (99.22% from 255) = 36.35%
BLUE value IS 255 (100% from 255) = 36.64%
R=27.01%
G=36.35%
B=36.64%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1882532550.260.0100181.7910086.86
HexBCFDFF1A100b66457
Octal27437537732100266144127
Binary101111001111110111111111110101001011011011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCFDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCFDFF; }

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

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

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

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

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

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

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

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