#BDF0EE

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

Shades of Pale Turquoise #BDF0EE

Tints of Pale Turquoise #BDF0EE

Color information

#BDF0EE (or 0xBDF0EE) is unknown color: approx Pale Turquoise. HEX triplet: BD, F0 and EE. RGB value is (189,240,238). Sum of RGB (Red+Green+Blue) = 189+240+238=667 (88% of max value = 765). Red value is 189 (74.22% from 255 or 28.34% from 667); Green value is 240 (94.14% from 255 or 35.98% from 667); Blue value is 238 (93.36% from 255 or 35.68% from 667); Max value from RGB is 240 - color contains mainly: green. Hex color #BDF0EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDF0EE is #420F11. Grayscale: #E0E0E0. Windows color (decimal): -4329234 or 15659197. OLE color: 15659197.

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

Color convert

RGB189240238-
CMYK0.2100.010.06
HSL177.65º62.96%84.12%-
HSV(B)177.65º21.25%94.12%-
XYZ67.5879.3192.64-
YUV224.52135.6102.66-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.34%
GREEN value IS 240 (94.14% from 255) = 35.98%
BLUE value IS 238 (93.36% from 255) = 35.68%
R=28.34%
G=35.98%
B=35.68%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1892402380.2100.010.06177.6562.9684.12
HexBDF0EE15016b23f54
Octal2753603562501626277124
Binary1011110111110000111011101010101110101100101111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF0EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF0EE; }

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

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

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

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

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

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

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

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