Html Css Color HEX #BEFFFA Pale Turquoise

📋 copy color: '#BEFFFA'

red 190 ◦ green 255 ◦ blue 250

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

Shades of Pale Turquoise #BEFFFA

Tints of Pale Turquoise #BEFFFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 35.97%

R = 27.34%
G = 36.69%
B = 35.97%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.02

 K value IS 0

RGB Variations

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

Color information

#BEFFFA (or 0xBEFFFA) is known color: Pale Turquoise. HEX triplet: BE, FF and FA. RGB value is (190,255,250). Sum of RGB (Red+Green+Blue) = 190+255+250=695 (92% of max value = 765). Red value is 190 (74.61% from 255 or 27.34% from 695); Green value is 255 (100% from 255 or 36.69% from 695); Blue value is 250 (98.05% from 255 or 35.97% from 695); Max value from RGB is 255 - color contains mainly: green. Hex color #BEFFFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEFFFA is #410005. Grayscale: #EAEAEA. Windows color (decimal): -4259846 or 16449470. OLE color: 16449470.

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

Color convert

RGB 190 255 250 -
CMYK 0.25 0 0.02 0
HSL 175.38º 1% 0.87% -
HSV(B) 175.38º 0.25% 1% -
XYZ 74.25 89.37 103.78 -
YUV 235 136.47 95.91 -
System Red Green Blue C M Y K H S L
Decimal 190 255 250 0.25 0 0.02 0 175.38 1 0.87
Hex BE FF FA 19 0 2 0 AF 64 57
Octal 276 377 372 31 0 2 0 257 144 127
Binary 10111110 11111111 11111010 11001 0 10 0 10101111 1100100 1010111

Color Harmonies of #BEFFFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEFFFA

Black with #BEFFFA

Text Example


Text Example

White with #BEFFFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEFFFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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