#BCF9F1

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

Shades of Pale Turquoise #BCF9F1

Tints of Pale Turquoise #BCF9F1

Color information

#BCF9F1 (or 0xBCF9F1) is unknown color: approx Pale Turquoise. HEX triplet: BC, F9 and F1. RGB value is (188,249,241). Sum of RGB (Red+Green+Blue) = 188+249+241=678 (89% of max value = 765). Red value is 188 (73.83% from 255 or 27.73% from 678); Green value is 249 (97.66% from 255 or 36.73% from 678); Blue value is 241 (94.53% from 255 or 35.55% from 678); Max value from RGB is 249 - color contains mainly: green. Hex color #BCF9F1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCF9F1 is #43060E. Grayscale: #E5E5E5. Windows color (decimal): -4392463 or 15858108. OLE color: 15858108.

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

Color convert

RGB188249241-
CMYK0.2400.030.02
HSL172.13º83.56%85.69%-
HSV(B)172.13º24.5%97.65%-
XYZ70.4984.7995.87-
YUV229.85134.2998.15-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 27.73%
GREEN value IS 249 (97.66% from 255) = 36.73%
BLUE value IS 241 (94.53% from 255) = 35.55%
R=27.73%
G=36.73%
B=35.55%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1882492410.2400.030.02172.1383.5685.69
HexBCF9F118032ac5456
Octal27437136130032254124126
Binary10111100111110011111000111000011101010110010101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF9F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF9F1; }

 p { color: rgb(188,249,241); }

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

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

 a { background-color: rgb(188,249,241); }

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

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

 span { border-color: rgb(188,249,241); }

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