#BDF4F3

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

Shades of Pale Turquoise #BDF4F3

Tints of Pale Turquoise #BDF4F3

Color information

#BDF4F3 (or 0xBDF4F3) is unknown color: approx Pale Turquoise. HEX triplet: BD, F4 and F3. RGB value is (189,244,243). Sum of RGB (Red+Green+Blue) = 189+244+243=676 (89% of max value = 765). Red value is 189 (74.22% from 255 or 27.96% from 676); Green value is 244 (95.70% from 255 or 36.09% from 676); Blue value is 243 (95.31% from 255 or 35.95% from 676); Max value from RGB is 244 - color contains mainly: green. Hex color #BDF4F3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDF4F3 is #420B0C. Grayscale: #E3E3E3. Windows color (decimal): -4328205 or 15987901. OLE color: 15987901.

HSL color Cylindrical-coordinate representation of color #BDF4F3: hue angle of 178.91º degrees, saturation: 0.71, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BDF4F3 is Cyan = 0.23, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.04.

Color convert

RGB189244243-
CMYK0.2300.000.04
HSL178.91º71.43%84.9%-
HSV(B)178.91º22.54%95.69%-
XYZ69.5181.9996.96-
YUV227.44136.78100.58-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 27.96%
GREEN value IS 244 (95.70% from 255) = 36.09%
BLUE value IS 243 (95.31% from 255) = 35.95%
R=27.96%
G=36.09%
B=35.95%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1892442430.2300.000.04178.9171.4384.9
HexBDF4F317004b34755
Octal27536436327004263107125
Binary10111101111101001111001110111001001011001110001111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF4F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF4F3; }

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

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

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

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

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

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

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

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