#BDF0F0

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

Shades of Pale Turquoise #BDF0F0

Tints of Pale Turquoise #BDF0F0

Color information

#BDF0F0 (or 0xBDF0F0) is unknown color: approx Pale Turquoise. HEX triplet: BD, F0 and F0. RGB value is (189,240,240). Sum of RGB (Red+Green+Blue) = 189+240+240=669 (88% of max value = 765). Red value is 189 (74.22% from 255 or 28.25% from 669); Green value is 240 (94.14% from 255 or 35.87% from 669); Blue value is 240 (94.14% from 255 or 35.87% from 669); Max value from RGB is 240 - color contains mainly: green, blue. Hex color #BDF0F0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDF0F0 is #420F0F. Grayscale: #E0E0E0. Windows color (decimal): -4329232 or 15790269. OLE color: 15790269.

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

Color convert

RGB189240240-
CMYK0.21000.06
HSL180º62.96%84.12%-
HSV(B)180º21.25%94.12%-
XYZ67.8779.4394.19-
YUV224.75136.6102.5-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.25%
GREEN value IS 240 (94.14% from 255) = 35.87%
BLUE value IS 240 (94.14% from 255) = 35.87%
R=28.25%
G=35.87%
B=35.87%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1892402400.21000.0618062.9684.12
HexBDF0F015006b43f54
Octal2753603602500626477124
Binary1011110111110000111100001010100110101101001111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF0F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF0F0; }

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

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

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

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

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

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

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

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