Html Css Color HEX #BEF6FB Pale Turquoise

📋 copy color: '#BEF6FB'

red 190 ◦ green 246 ◦ blue 251

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

Shades of Pale Turquoise #BEF6FB

Tints of Pale Turquoise #BEF6FB

RGB

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

 GREEN value IS 246 (96.48% from 255) = 35.81%

 BLUE value IS 251 (98.44% from 255) = 36.54%

R = 27.66%
G = 35.81%
B = 36.54%

CMYK

 C value IS 0.24

 M value IS 0.02

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BEF6FB (or 0xBEF6FB) is known color: Pale Turquoise. HEX triplet: BE, F6 and FB. RGB value is (190,246,251). Sum of RGB (Red+Green+Blue) = 190+246+251=687 (90% of max value = 765). Red value is 190 (74.61% from 255 or 27.66% from 687); Green value is 246 (96.48% from 255 or 35.81% from 687); Blue value is 251 (98.44% from 255 or 36.54% from 687); Max value from RGB is 251 - color contains mainly: blue. Hex color #BEF6FB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEF6FB is #410904. Grayscale: #E5E5E5. Windows color (decimal): -4262149 or 16512702. OLE color: 16512702.

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

Color convert

RGB 190 246 251 -
CMYK 0.24 0.02 0 0.02
HSL 184.92º 0.88% 0.86% -
HSV(B) 184.92º 0.24% 0.98% -
XYZ 71.6 83.82 103.67 -
YUV 229.83 139.95 99.59 -
System Red Green Blue C M Y K H S L
Decimal 190 246 251 0.24 0.02 0 0.02 184.92 0.88 0.86
Hex BE F6 FB 18 2 0 2 B9 58 56
Octal 276 366 373 30 2 0 2 271 130 126
Binary 10111110 11110110 11111011 11000 10 0 10 10111001 1011000 1010110

Color Harmonies of #BEF6FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEF6FB

Black with #BEF6FB

Text Example


Text Example

White with #BEF6FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEF6FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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