Html Css Color HEX #BEFFF8 Pale Turquoise

📋 copy color: '#BEFFF8'

red 190 ◦ green 255 ◦ blue 248

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

Shades of Pale Turquoise #BEFFF8

Tints of Pale Turquoise #BEFFF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 35.79%

R = 27.42%
G = 36.8%
B = 35.79%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.03

 K value IS 0

RGB Variations

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

Color information

#BEFFF8 (or 0xBEFFF8) is known color: Pale Turquoise. HEX triplet: BE, FF and F8. RGB value is (190,255,248). Sum of RGB (Red+Green+Blue) = 190+255+248=693 (91% of max value = 765). Red value is 190 (74.61% from 255 or 27.42% from 693); Green value is 255 (100% from 255 or 36.80% from 693); Blue value is 248 (97.27% from 255 or 35.79% from 693); Max value from RGB is 255 - color contains mainly: green. Hex color #BEFFF8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEFFF8 is #410007. Grayscale: #EAEAEA. Windows color (decimal): -4259848 or 16318398. OLE color: 16318398.

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

Color convert

RGB 190 255 248 -
CMYK 0.25 0 0.03 0
HSL 173.54º 1% 0.87% -
HSV(B) 173.54º 0.25% 1% -
XYZ 73.94 89.24 102.14 -
YUV 234.77 135.47 96.07 -
System Red Green Blue C M Y K H S L
Decimal 190 255 248 0.25 0 0.03 0 173.54 1 0.87
Hex BE FF F8 19 0 3 0 AE 64 57
Octal 276 377 370 31 0 3 0 256 144 127
Binary 10111110 11111111 11111000 11001 0 11 0 10101110 1100100 1010111

Color Harmonies of #BEFFF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEFFF8

Black with #BEFFF8

Text Example


Text Example

White with #BEFFF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEFFF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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