Html Css Color HEX #BEFFF9 Pale Turquoise

📋 copy color: '#BEFFF9'

red 190 ◦ green 255 ◦ blue 249

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

Shades of Pale Turquoise #BEFFF9

Tints of Pale Turquoise #BEFFF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 35.88%

R = 27.38%
G = 36.74%
B = 35.88%

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

#BEFFF9 (or 0xBEFFF9) is known color: Pale Turquoise. HEX triplet: BE, FF and F9. RGB value is (190,255,249). Sum of RGB (Red+Green+Blue) = 190+255+249=694 (91% of max value = 765). Red value is 190 (74.61% from 255 or 27.38% from 694); Green value is 255 (100% from 255 or 36.74% from 694); Blue value is 249 (97.66% from 255 or 35.88% from 694); Max value from RGB is 255 - color contains mainly: green. Hex color #BEFFF9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEFFF9 is #410006. Grayscale: #EAEAEA. Windows color (decimal): -4259847 or 16383934. OLE color: 16383934.

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

Color convert

RGB 190 255 249 -
CMYK 0.25 0 0.02 0
HSL 174.46º 1% 0.87% -
HSV(B) 174.46º 0.25% 1% -
XYZ 74.09 89.31 102.96 -
YUV 234.88 135.97 95.99 -
System Red Green Blue C M Y K H S L
Decimal 190 255 249 0.25 0 0.02 0 174.46 1 0.87
Hex BE FF F9 19 0 2 0 AE 64 57
Octal 276 377 371 31 0 2 0 256 144 127
Binary 10111110 11111111 11111001 11001 0 10 0 10101110 1100100 1010111

Color Harmonies of #BEFFF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEFFF9

Black with #BEFFF9

Text Example


Text Example

White with #BEFFF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEFFF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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