#BDFEF7

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

Shades of Pale Turquoise #BDFEF7

Tints of Pale Turquoise #BDFEF7

Color information

#BDFEF7 (or 0xBDFEF7) is unknown color: approx Pale Turquoise. HEX triplet: BD, FE and F7. RGB value is (189,254,247). Sum of RGB (Red+Green+Blue) = 189+254+247=690 (91% of max value = 765). Red value is 189 (74.22% from 255 or 27.39% from 690); Green value is 254 (99.61% from 255 or 36.81% from 690); Blue value is 247 (96.88% from 255 or 35.80% from 690); Max value from RGB is 254 - color contains mainly: green. Hex color #BDFEF7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDFEF7 is #420108. Grayscale: #E9E9E9. Windows color (decimal): -4325641 or 16252605. OLE color: 16252605.

HSL color Cylindrical-coordinate representation of color #BDFEF7: hue angle of 173.54º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BDFEF7 is Cyan = 0.26, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.00.

Color convert

RGB189254247-
CMYK0.2600.030.00
HSL173.54º97.01%86.86%-
HSV(B)173.54º25.59%99.61%-
XYZ73.2288.42101.2-
YUV233.77135.4796.07-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 27.39%
GREEN value IS 254 (99.61% from 255) = 36.81%
BLUE value IS 247 (96.88% from 255) = 35.80%
R=27.39%
G=36.81%
B=35.80%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1892542470.2600.030.00173.5497.0186.86
HexBDFEF71A030ae6157
Octal27537636732030256141127
Binary1011110111111110111101111101001101010111011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDFEF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDFEF7; }

 p { color: rgb(189,254,247); }

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

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

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

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

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

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

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