#BEFEFD

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

Shades of Pale Turquoise #BEFEFD

Tints of Pale Turquoise #BEFEFD

Color information

#BEFEFD (or 0xBEFEFD) is unknown color: approx Pale Turquoise. HEX triplet: BE, FE and FD. RGB value is (190,254,253). Sum of RGB (Red+Green+Blue) = 190+254+253=697 (92% of max value = 765). Red value is 190 (74.61% from 255 or 27.26% from 697); Green value is 254 (99.61% from 255 or 36.44% from 697); Blue value is 253 (99.22% from 255 or 36.30% from 697); Max value from RGB is 254 - color contains mainly: green. Hex color #BEFEFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEFEFD is #410102. Grayscale: #EAEAEA. Windows color (decimal): -4260099 or 16645822. OLE color: 16645822.

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

Color convert

RGB190254253-
CMYK0.2500.000.00
HSL179.06º96.97%87.06%-
HSV(B)179.06º25.2%99.61%-
XYZ74.4188.92106.17-
YUV234.75138.396.08-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 27.26%
GREEN value IS 254 (99.61% from 255) = 36.44%
BLUE value IS 253 (99.22% from 255) = 36.30%
R=27.26%
G=36.44%
B=36.30%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1902542530.2500.000.00179.0696.9787.06
HexBEFEFD19000b36157
Octal27637637531000263141127
Binary101111101111111011111101110010001011001111000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEFEFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEFEFD; }

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

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

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

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

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

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

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

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