Html Css Color HEX #BEFBF7 Pale Turquoise

📋 copy color: '#BEFBF7'

red 190 ◦ green 251 ◦ blue 247

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

Shades of Pale Turquoise #BEFBF7

Tints of Pale Turquoise #BEFBF7

RGB

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

 GREEN value IS 251 (98.44% from 255) = 36.48%

 BLUE value IS 247 (96.88% from 255) = 35.9%

R = 27.62%
G = 36.48%
B = 35.9%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.02

 K value IS 0.02

RGB Variations

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

Color information

#BEFBF7 (or 0xBEFBF7) is known color: Pale Turquoise. HEX triplet: BE, FB and F7. RGB value is (190,251,247). Sum of RGB (Red+Green+Blue) = 190+251+247=688 (91% of max value = 765). Red value is 190 (74.61% from 255 or 27.62% from 688); Green value is 251 (98.44% from 255 or 36.48% from 688); Blue value is 247 (96.88% from 255 or 35.90% from 688); Max value from RGB is 251 - color contains mainly: green. Hex color #BEFBF7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEFBF7 is #410408. Grayscale: #E8E8E8. Windows color (decimal): -4260873 or 16251838. OLE color: 16251838.

HSL color Cylindrical-coordinate representation of color #BEFBF7: hue angle of 176.07º degrees, saturation: 0.88, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BEFBF7 is Cyan = 0.24, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.02.

Color convert

RGB 190 251 247 -
CMYK 0.24 0 0.02 0.02
HSL 176.07º 0.88% 0.86% -
HSV(B) 176.07º 0.24% 0.98% -
XYZ 72.52 86.66 100.9 -
YUV 232.31 136.29 97.83 -
System Red Green Blue C M Y K H S L
Decimal 190 251 247 0.24 0 0.02 0.02 176.07 0.88 0.86
Hex BE FB F7 18 0 2 2 B0 58 56
Octal 276 373 367 30 0 2 2 260 130 126
Binary 10111110 11111011 11110111 11000 0 10 10 10110000 1011000 1010110

Color Harmonies of #BEFBF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEFBF7

Black with #BEFBF7

Text Example


Text Example

White with #BEFBF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEFBF7; }

 p { color: rgb(190,251,247); }

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

background-color css

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

 a { background-color: rgb(190,251,247); }

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

border-color css

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

 span { border-color: rgb(190,251,247); }

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