#BDFCF1

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

Shades of Pale Turquoise #BDFCF1

Tints of Pale Turquoise #BDFCF1

Color information

#BDFCF1 (or 0xBDFCF1) is unknown color: approx Pale Turquoise. HEX triplet: BD, FC and F1. RGB value is (189,252,241). Sum of RGB (Red+Green+Blue) = 189+252+241=682 (90% of max value = 765). Red value is 189 (74.22% from 255 or 27.71% from 682); Green value is 252 (98.83% from 255 or 36.95% from 682); Blue value is 241 (94.53% from 255 or 35.34% from 682); Max value from RGB is 252 - color contains mainly: green. Hex color #BDFCF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDFCF1 is #42030E. Grayscale: #E7E7E7. Windows color (decimal): -4326159 or 15858877. OLE color: 15858877.

HSL color Cylindrical-coordinate representation of color #BDFCF1: hue angle of 169.52º degrees, saturation: 0.91, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BDFCF1 is Cyan = 0.25, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.01.

Color convert

RGB189252241-
CMYK0.2500.040.01
HSL169.52º91.3%86.47%-
HSV(B)169.52º25%98.82%-
XYZ71.6786.7996.19-
YUV231.91133.1397.39-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 27.71%
GREEN value IS 252 (98.83% from 255) = 36.95%
BLUE value IS 241 (94.53% from 255) = 35.34%
R=27.71%
G=36.95%
B=35.34%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1892522410.2500.040.01169.5291.386.47
HexBDFCF119041aa5b56
Octal27537436131041252133126
Binary10111101111111001111000111001010011010101010110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDFCF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDFCF1; }

 p { color: rgb(189,252,241); }

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

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

 a { background-color: rgb(189,252,241); }

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

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

 span { border-color: rgb(189,252,241); }

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