#BEFDFE

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

Shades of Pale Turquoise #BEFDFE

Tints of Pale Turquoise #BEFDFE

Color information

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

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

Color convert

RGB190253254-
CMYK0.250.0000.00
HSL180.94º96.97%87.06%-
HSV(B)180.94º25.2%99.61%-
XYZ74.2588.35106.91-
YUV234.28139.1396.42-

RGB Variations

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

RGB

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

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
Decimal1902532540.250.0000.00180.9496.9787.06
HexBEFDFE19000b56157
Octal27637537631000265141127
Binary101111101111110111111110110010001011010111000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEFDFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEFDFE; }

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

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

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

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

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

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

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

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