#BEFFF4

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

Shades of Pale Turquoise #BEFFF4

Tints of Pale Turquoise #BEFFF4

Color information

#BEFFF4 (or 0xBEFFF4) is unknown color: approx Pale Turquoise. HEX triplet: BE, FF and F4. RGB value is (190,255,244). Sum of RGB (Red+Green+Blue) = 190+255+244=689 (91% of max value = 765). Red value is 190 (74.61% from 255 or 27.58% from 689); Green value is 255 (100% from 255 or 37.01% from 689); Blue value is 244 (95.70% from 255 or 35.41% from 689); Max value from RGB is 255 - color contains mainly: green. Hex color #BEFFF4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEFFF4 is #41000B. Grayscale: #EAEAEA. Windows color (decimal): -4259852 or 16056254. OLE color: 16056254.

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

Color convert

RGB190255244-
CMYK0.2500.040
HSL169.85º100%87.25%-
HSV(B)169.85º25.49%100%-
XYZ73.328998.9-
YUV234.31133.4796.39-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 27.58%
GREEN value IS 255 (100% from 255) = 37.01%
BLUE value IS 244 (95.70% from 255) = 35.41%
R=27.58%
G=37.01%
B=35.41%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1902552440.2500.040169.8510087.25
HexBEFFF419040aa6457
Octal27637736431040252144127
Binary10111110111111111111010011001010001010101011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEFFF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEFFF4; }

 p { color: rgb(190,255,244); }

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

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

 a { background-color: rgb(190,255,244); }

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

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

 span { border-color: rgb(190,255,244); }

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