#BCEFF1

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

Shades of Pale Turquoise #BCEFF1

Tints of Pale Turquoise #BCEFF1

Color information

#BCEFF1 (or 0xBCEFF1) is unknown color: approx Pale Turquoise. HEX triplet: BC, EF and F1. RGB value is (188,239,241). Sum of RGB (Red+Green+Blue) = 188+239+241=668 (88% of max value = 765). Red value is 188 (73.83% from 255 or 28.14% from 668); Green value is 239 (93.75% from 255 or 35.78% from 668); Blue value is 241 (94.53% from 255 or 36.08% from 668); Max value from RGB is 241 - color contains mainly: blue. Hex color #BCEFF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCEFF1 is #43100E. Grayscale: #DFDFDF. Windows color (decimal): -4395023 or 15855548. OLE color: 15855548.

HSL color Cylindrical-coordinate representation of color #BCEFF1: hue angle of 182.26º degrees, saturation: 0.65, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BCEFF1 is Cyan = 0.22, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB188239241-
CMYK0.220.0100.05
HSL182.26º65.43%84.12%-
HSV(B)182.26º21.99%94.51%-
XYZ67.4878.7894.87-
YUV223.98137.6102.34-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 28.14%
GREEN value IS 239 (93.75% from 255) = 35.78%
BLUE value IS 241 (94.53% from 255) = 36.08%
R=28.14%
G=35.78%
B=36.08%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1882392410.220.0100.05182.2665.4384.12
HexBCEFF116105b64154
Octal27435736126105266101124
Binary10111100111011111111000110110101011011011010000011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCEFF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCEFF1; }

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

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

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

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

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

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

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

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