Html Css Color HEX #BEF7FB Pale Turquoise

📋 copy color: '#BEF7FB'

red 190 ◦ green 247 ◦ blue 251

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

Shades of Pale Turquoise #BEF7FB

Tints of Pale Turquoise #BEF7FB

RGB

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

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

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

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

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

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

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

Color convert

RGB 190 247 251 -
CMYK 0.24 0.02 0 0.02
HSL 183.93º 0.88% 0.86% -
HSV(B) 183.93º 0.24% 0.98% -
XYZ 71.91 84.43 103.77 -
YUV 230.41 139.62 99.17 -
System Red Green Blue C M Y K H S L
Decimal 190 247 251 0.24 0.02 0 0.02 183.93 0.88 0.86
Hex BE F7 FB 18 2 0 2 B8 58 56
Octal 276 367 373 30 2 0 2 270 130 126
Binary 10111110 11110111 11111011 11000 10 0 10 10111000 1011000 1010110

Color Harmonies of #BEF7FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEF7FB

Black with #BEF7FB

Text Example


Text Example

White with #BEF7FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEF7FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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