#BFFDFE

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

Shades of Pale Turquoise #BFFDFE

Tints of Pale Turquoise #BFFDFE

Color information

#BFFDFE (or 0xBFFDFE) is unknown color: approx Pale Turquoise. HEX triplet: BF, FD and FE. RGB value is (191,253,254). Sum of RGB (Red+Green+Blue) = 191+253+254=698 (92% of max value = 765). Red value is 191 (75% from 255 or 27.36% from 698); Green value is 253 (99.22% from 255 or 36.25% from 698); Blue value is 254 (99.61% from 255 or 36.39% from 698); Max value from RGB is 254 - color contains mainly: blue. Hex color #BFFDFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFFDFE is #400201. Grayscale: #EAEAEA. Windows color (decimal): -4194818 or 16711103. OLE color: 16711103.

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

Color convert

RGB191253254-
CMYK0.250.0000.00
HSL180.95º96.92%87.25%-
HSV(B)180.95º24.8%99.61%-
XYZ74.588.48106.92-
YUV234.58138.9696.92-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 27.36%
GREEN value IS 253 (99.22% from 255) = 36.25%
BLUE value IS 254 (99.61% from 255) = 36.39%
R=27.36%
G=36.25%
B=36.39%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1912532540.250.0000.00180.9596.9287.25
HexBFFDFE19000b56157
Octal27737537631000265141127
Binary101111111111110111111110110010001011010111000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFFDFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFFDFE; }

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

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

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

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

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

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

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

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