#BDF0EC

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

Shades of Pale Turquoise #BDF0EC

Tints of Pale Turquoise #BDF0EC

Color information

#BDF0EC (or 0xBDF0EC) is unknown color: approx Pale Turquoise. HEX triplet: BD, F0 and EC. RGB value is (189,240,236). Sum of RGB (Red+Green+Blue) = 189+240+236=665 (88% of max value = 765). Red value is 189 (74.22% from 255 or 28.42% from 665); Green value is 240 (94.14% from 255 or 36.09% from 665); Blue value is 236 (92.58% from 255 or 35.49% from 665); Max value from RGB is 240 - color contains mainly: green. Hex color #BDF0EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDF0EC is #420F13. Grayscale: #E0E0E0. Windows color (decimal): -4329236 or 15528125. OLE color: 15528125.

HSL color Cylindrical-coordinate representation of color #BDF0EC: hue angle of 175.29º degrees, saturation: 0.63, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BDF0EC is Cyan = 0.21, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.06.

Color convert

RGB189240236-
CMYK0.2100.020.06
HSL175.29º62.96%84.12%-
HSV(B)175.29º21.25%94.12%-
XYZ67.2979.291.1-
YUV224.3134.6102.83-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.42%
GREEN value IS 240 (94.14% from 255) = 36.09%
BLUE value IS 236 (92.58% from 255) = 35.49%
R=28.42%
G=36.09%
B=35.49%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1892402360.2100.020.06175.2962.9684.12
HexBDF0EC15026af3f54
Octal2753603542502625777124
Binary10111101111100001110110010101010110101011111111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF0EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF0EC; }

 p { color: rgb(189,240,236); }

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

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

 a { background-color: rgb(189,240,236); }

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

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

 span { border-color: rgb(189,240,236); }

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