#BFFDFD

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

Shades of Pale Turquoise #BFFDFD

Tints of Pale Turquoise #BFFDFD

Color information

#BFFDFD (or 0xBFFDFD) is unknown color: approx Pale Turquoise. HEX triplet: BF, FD and FD. RGB value is (191,253,253). Sum of RGB (Red+Green+Blue) = 191+253+253=697 (92% of max value = 765). Red value is 191 (75% from 255 or 27.40% from 697); Green value is 253 (99.22% from 255 or 36.30% from 697); Blue value is 253 (99.22% from 255 or 36.30% from 697); Max value from RGB is 253 - color contains mainly: green, blue. Hex color #BFFDFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFFDFD is #400202. Grayscale: #EAEAEA. Windows color (decimal): -4194819 or 16645567. OLE color: 16645567.

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

Color convert

RGB191253253-
CMYK0.25000.01
HSL180º93.94%87.06%-
HSV(B)180º24.51%99.22%-
XYZ74.3488.42106.08-
YUV234.46138.4697-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 27.40%
GREEN value IS 253 (99.22% from 255) = 36.30%
BLUE value IS 253 (99.22% from 255) = 36.30%
R=27.40%
G=36.30%
B=36.30%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1912532530.25000.0118093.9487.06
HexBFFDFD19001b45e57
Octal27737537531001264136127
Binary101111111111110111111101110010011011010010111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFFDFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFFDFD; }

 p { color: rgb(191,253,253); }

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

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

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

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

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

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

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