#BDFCF4

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

Shades of Pale Turquoise #BDFCF4

Tints of Pale Turquoise #BDFCF4

Color information

#BDFCF4 (or 0xBDFCF4) is unknown color: approx Pale Turquoise. HEX triplet: BD, FC and F4. RGB value is (189,252,244). Sum of RGB (Red+Green+Blue) = 189+252+244=685 (90% of max value = 765). Red value is 189 (74.22% from 255 or 27.59% from 685); Green value is 252 (98.83% from 255 or 36.79% from 685); Blue value is 244 (95.70% from 255 or 35.62% from 685); Max value from RGB is 252 - color contains mainly: green. Hex color #BDFCF4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDFCF4 is #42030B. Grayscale: #E8E8E8. Windows color (decimal): -4326156 or 16055485. OLE color: 16055485.

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

Color convert

RGB189252244-
CMYK0.2500.030.01
HSL172.38º91.3%86.47%-
HSV(B)172.38º25%98.82%-
XYZ72.1386.9798.57-
YUV232.25134.6397.15-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 27.59%
GREEN value IS 252 (98.83% from 255) = 36.79%
BLUE value IS 244 (95.70% from 255) = 35.62%
R=27.59%
G=36.79%
B=35.62%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1892522440.2500.030.01172.3891.386.47
HexBDFCF419031ac5b56
Octal27537436431031254133126
Binary1011110111111100111101001100101111010110010110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDFCF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDFCF4; }

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

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

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

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

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

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

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

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