Html Css Color HEX #BFFFFB Pale Turquoise

📋 copy color: '#BFFFFB'

red 191 ◦ green 255 ◦ blue 251

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

Shades of Pale Turquoise #BFFFFB

Tints of Pale Turquoise #BFFFFB

RGB

 RED value IS 191 (75% from 255) = 27.4%

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

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

R = 27.4%
G = 36.59%
B = 36.01%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.02

 K value IS 0

RGB Variations

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

Color information

#BFFFFB (or 0xBFFFFB) is known color: Pale Turquoise. HEX triplet: BF, FF and FB. RGB value is (191,255,251). Sum of RGB (Red+Green+Blue) = 191+255+251=697 (92% of max value = 765). Red value is 191 (75% from 255 or 27.40% from 697); Green value is 255 (100% from 255 or 36.59% from 697); Blue value is 251 (98.44% from 255 or 36.01% from 697); Max value from RGB is 255 - color contains mainly: green. Hex color #BFFFFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFFFFB is #400004. Grayscale: #EBEBEB. Windows color (decimal): -4194309 or 16515007. OLE color: 16515007.

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

Color convert

RGB 191 255 251 -
CMYK 0.25 0 0.02 0
HSL 176.25º 1% 0.87% -
HSV(B) 176.25º 0.25% 1% -
XYZ 74.66 89.56 104.62 -
YUV 235.41 136.8 96.33 -
System Red Green Blue C M Y K H S L
Decimal 191 255 251 0.25 0 0.02 0 176.25 1 0.87
Hex BF FF FB 19 0 2 0 B0 64 57
Octal 277 377 373 31 0 2 0 260 144 127
Binary 10111111 11111111 11111011 11001 0 10 0 10110000 1100100 1010111

Color Harmonies of #BFFFFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFFFFB

Black with #BFFFFB

Text Example


Text Example

White with #BFFFFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFFFFB; }

 p { color: rgb(191,255,251); }

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

background-color css

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

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

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

border-color css

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

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

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