#BDFDF6

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

Shades of Pale Turquoise #BDFDF6

Tints of Pale Turquoise #BDFDF6

Color information

#BDFDF6 (or 0xBDFDF6) is unknown color: approx Pale Turquoise. HEX triplet: BD, FD and F6. RGB value is (189,253,246). Sum of RGB (Red+Green+Blue) = 189+253+246=688 (91% of max value = 765). Red value is 189 (74.22% from 255 or 27.47% from 688); Green value is 253 (99.22% from 255 or 36.77% from 688); Blue value is 246 (96.48% from 255 or 35.76% from 688); Max value from RGB is 253 - color contains mainly: green. Hex color #BDFDF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDFDF6 is #420209. Grayscale: #E9E9E9. Windows color (decimal): -4325898 or 16186813. OLE color: 16186813.

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

Color convert

RGB189253246-
CMYK0.2500.030.01
HSL173.44º94.12%86.67%-
HSV(B)173.44º25.3%99.22%-
XYZ72.7587.72100.29-
YUV233.07135.396.57-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 27.47%
GREEN value IS 253 (99.22% from 255) = 36.77%
BLUE value IS 246 (96.48% from 255) = 35.76%
R=27.47%
G=36.77%
B=35.76%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1892532460.2500.030.01173.4494.1286.67
HexBDFDF619031ad5e57
Octal27537536631031255136127
Binary1011110111111101111101101100101111010110110111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDFDF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDFDF6; }

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

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

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

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

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

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

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

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