#BDFDF4

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

Shades of Pale Turquoise #BDFDF4

Tints of Pale Turquoise #BDFDF4

Color information

#BDFDF4 (or 0xBDFDF4) is unknown color: approx Pale Turquoise. HEX triplet: BD, FD and F4. RGB value is (189,253,244). Sum of RGB (Red+Green+Blue) = 189+253+244=686 (90% of max value = 765). Red value is 189 (74.22% from 255 or 27.55% from 686); Green value is 253 (99.22% from 255 or 36.88% from 686); Blue value is 244 (95.70% from 255 or 35.57% from 686); Max value from RGB is 253 - color contains mainly: green. Hex color #BDFDF4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDFDF4 is #42020B. Grayscale: #E8E8E8. Windows color (decimal): -4325900 or 16055741. OLE color: 16055741.

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

Color convert

RGB189253244-
CMYK0.2500.040.01
HSL171.56º94.12%86.67%-
HSV(B)171.56º25.3%99.22%-
XYZ72.4487.698.68-
YUV232.84134.396.73-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 27.55%
GREEN value IS 253 (99.22% from 255) = 36.88%
BLUE value IS 244 (95.70% from 255) = 35.57%
R=27.55%
G=36.88%
B=35.57%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1892532440.2500.040.01171.5694.1286.67
HexBDFDF419041ac5e57
Octal27537536431041254136127
Binary10111101111111011111010011001010011010110010111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDFDF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDFDF4; }

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

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

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

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

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

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

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

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