#BCFBF4

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

Shades of Pale Turquoise #BCFBF4

Tints of Pale Turquoise #BCFBF4

Color information

#BCFBF4 (or 0xBCFBF4) is unknown color: approx Pale Turquoise. HEX triplet: BC, FB and F4. RGB value is (188,251,244). Sum of RGB (Red+Green+Blue) = 188+251+244=683 (90% of max value = 765). Red value is 188 (73.83% from 255 or 27.53% from 683); Green value is 251 (98.44% from 255 or 36.75% from 683); Blue value is 244 (95.70% from 255 or 35.72% from 683); Max value from RGB is 251 - color contains mainly: green. Hex color #BCFBF4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCFBF4 is #43040B. Grayscale: #E7E7E7. Windows color (decimal): -4391948 or 16055228. OLE color: 16055228.

HSL color Cylindrical-coordinate representation of color #BCFBF4: hue angle of 173.33º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BCFBF4 is Cyan = 0.25, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.02.

Color convert

RGB188251244-
CMYK0.2500.030.02
HSL173.33º88.73%86.08%-
HSV(B)173.33º25.1%98.43%-
XYZ71.5786.2298.46-
YUV231.36135.1397.07-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 27.53%
GREEN value IS 251 (98.44% from 255) = 36.75%
BLUE value IS 244 (95.70% from 255) = 35.72%
R=27.53%
G=36.75%
B=35.72%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1882512440.2500.030.02173.3388.7386.08
HexBCFBF419032ad5956
Octal27437336431032255131126
Binary10111100111110111111010011001011101010110110110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCFBF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCFBF4; }

 p { color: rgb(188,251,244); }

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

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

 a { background-color: rgb(188,251,244); }

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

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

 span { border-color: rgb(188,251,244); }

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