#BDFDFC

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

Shades of Pale Turquoise #BDFDFC

Tints of Pale Turquoise #BDFDFC

Color information

#BDFDFC (or 0xBDFDFC) is unknown color: approx Pale Turquoise. HEX triplet: BD, FD and FC. RGB value is (189,253,252). Sum of RGB (Red+Green+Blue) = 189+253+252=694 (91% of max value = 765). Red value is 189 (74.22% from 255 or 27.23% from 694); Green value is 253 (99.22% from 255 or 36.46% from 694); Blue value is 252 (98.83% from 255 or 36.31% from 694); Max value from RGB is 253 - color contains mainly: green. Hex color #BDFDFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDFDFC is #420203. Grayscale: #E9E9E9. Windows color (decimal): -4325892 or 16580029. OLE color: 16580029.

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

Color convert

RGB189253252-
CMYK0.2500.000.01
HSL179.06º94.12%86.67%-
HSV(B)179.06º25.3%99.22%-
XYZ73.6888.1105.22-
YUV233.75138.396.08-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 27.23%
GREEN value IS 253 (99.22% from 255) = 36.46%
BLUE value IS 252 (98.83% from 255) = 36.31%
R=27.23%
G=36.46%
B=36.31%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1892532520.2500.000.01179.0694.1286.67
HexBDFDFC19001b35e57
Octal27537537431001263136127
Binary101111011111110111111100110010011011001110111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDFDFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDFDFC; }

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

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

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

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

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

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

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

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