Html Css Color HEX #BEFBFB Pale Turquoise

📋 copy color: '#BEFBFB'

red 190 ◦ green 251 ◦ blue 251

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

Shades of Pale Turquoise #BEFBFB

Tints of Pale Turquoise #BEFBFB

RGB

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

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

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

R = 27.46%
G = 36.27%
B = 36.27%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BEFBFB (or 0xBEFBFB) is known color: Pale Turquoise. HEX triplet: BE, FB and FB. RGB value is (190,251,251). Sum of RGB (Red+Green+Blue) = 190+251+251=692 (91% of max value = 765). Red value is 190 (74.61% from 255 or 27.46% from 692); Green value is 251 (98.44% from 255 or 36.27% from 692); Blue value is 251 (98.44% from 255 or 36.27% from 692); Max value from RGB is 251 - color contains mainly: green, blue. Hex color #BEFBFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BEFBFB is #410404. Grayscale: #E8E8E8. Windows color (decimal): -4260869 or 16513982. OLE color: 16513982.

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

Color convert

RGB 190 251 251 -
CMYK 0.24 0 0 0.02
HSL 180º 0.88% 0.86% -
HSV(B) 180º 0.24% 0.98% -
XYZ 73.14 86.91 104.19 -
YUV 232.76 138.29 97.5 -
System Red Green Blue C M Y K H S L
Decimal 190 251 251 0.24 0 0 0.02 180 0.88 0.86
Hex BE FB FB 18 0 0 2 B4 58 56
Octal 276 373 373 30 0 0 2 264 130 126
Binary 10111110 11111011 11111011 11000 0 0 10 10110100 1011000 1010110

Color Harmonies of #BEFBFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEFBFB

Black with #BEFBFB

Text Example


Text Example

White with #BEFBFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEFBFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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