Html Css Color HEX #BEFFFE Pale Turquoise

📋 copy color: '#BEFFFE'

red 190 ◦ green 255 ◦ blue 254

#BEFFFE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Turquoise #BEFFFE

Tints of Pale Turquoise #BEFFFE

RGB

 RED value IS 190 (74.61% from 255) = 27.18%

 GREEN value IS 255 (100% from 255) = 36.48%

 BLUE value IS 254 (99.61% from 255) = 36.34%

R = 27.18%
G = 36.48%
B = 36.34%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.00

 K value IS 0

RGB Variations

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

Color information

#BEFFFE (or 0xBEFFFE) is known color: Pale Turquoise. HEX triplet: BE, FF and FE. RGB value is (190,255,254). Sum of RGB (Red+Green+Blue) = 190+255+254=699 (92% of max value = 765). Red value is 190 (74.61% from 255 or 27.18% from 699); Green value is 255 (100% from 255 or 36.48% from 699); Blue value is 254 (99.61% from 255 or 36.34% from 699); Max value from RGB is 255 - color contains mainly: green. Hex color #BEFFFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEFFFE is #410001. Grayscale: #EBEBEB. Windows color (decimal): -4259842 or 16711614. OLE color: 16711614.

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

Color convert

RGB 190 255 254 -
CMYK 0.25 0 0.00 0
HSL 179.08º 1% 0.87% -
HSV(B) 179.08º 0.25% 1% -
XYZ 74.88 89.62 107.12 -
YUV 235.45 138.47 95.58 -
System Red Green Blue C M Y K H S L
Decimal 190 255 254 0.25 0 0.00 0 179.08 1 0.87
Hex BE FF FE 19 0 0 0 B3 64 57
Octal 276 377 376 31 0 0 0 263 144 127
Binary 10111110 11111111 11111110 11001 0 0 0 10110011 1100100 1010111

Color Harmonies of #BEFFFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEFFFE

Black with #BEFFFE

Text Example


Text Example

White with #BEFFFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEFFFE; }

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

 H1.HeaderClassName
 {
   color: #BEFFFE;
 }
 .AnyTagClassName
 {
   color: #BEFFFE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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