#BDF1F0

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

Shades of Pale Turquoise #BDF1F0

Tints of Pale Turquoise #BDF1F0

Color information

#BDF1F0 (or 0xBDF1F0) is unknown color: approx Pale Turquoise. HEX triplet: BD, F1 and F0. RGB value is (189,241,240). Sum of RGB (Red+Green+Blue) = 189+241+240=670 (88% of max value = 765). Red value is 189 (74.22% from 255 or 28.21% from 670); Green value is 241 (94.53% from 255 or 35.97% from 670); Blue value is 240 (94.14% from 255 or 35.82% from 670); Max value from RGB is 241 - color contains mainly: green. Hex color #BDF1F0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDF1F0 is #420E0F. Grayscale: #E1E1E1. Windows color (decimal): -4328976 or 15790525. OLE color: 15790525.

HSL color Cylindrical-coordinate representation of color #BDF1F0: hue angle of 178.85º degrees, saturation: 0.65, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BDF1F0 is Cyan = 0.22, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.05.

Color convert

RGB189241240-
CMYK0.2200.000.05
HSL178.85º65%84.31%-
HSV(B)178.85º21.58%94.51%-
XYZ68.1780.0294.29-
YUV225.34136.27102.08-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.21%
GREEN value IS 241 (94.53% from 255) = 35.97%
BLUE value IS 240 (94.14% from 255) = 35.82%
R=28.21%
G=35.97%
B=35.82%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1892412400.2200.000.05178.856584.31
HexBDF1F016005b34154
Octal27536136026005263101124
Binary10111101111100011111000010110001011011001110000011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF1F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF1F0; }

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

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

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

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

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

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

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

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