Html Css Color HEX #BFFFF6 Pale Turquoise

📋 copy color: '#BFFFF6'

red 191 ◦ green 255 ◦ blue 246

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

Shades of Pale Turquoise #BFFFF6

Tints of Pale Turquoise #BFFFF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 35.55%

R = 27.6%
G = 36.85%
B = 35.55%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.04

 K value IS 0

RGB Variations

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

Color information

#BFFFF6 (or 0xBFFFF6) is known color: Pale Turquoise. HEX triplet: BF, FF and F6. RGB value is (191,255,246). Sum of RGB (Red+Green+Blue) = 191+255+246=692 (91% of max value = 765). Red value is 191 (75% from 255 or 27.60% from 692); Green value is 255 (100% from 255 or 36.85% from 692); Blue value is 246 (96.48% from 255 or 35.55% from 692); Max value from RGB is 255 - color contains mainly: green. Hex color #BFFFF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFFFF6 is #400009. Grayscale: #EAEAEA. Windows color (decimal): -4194314 or 16187327. OLE color: 16187327.

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

Color convert

RGB 191 255 246 -
CMYK 0.25 0 0.04 0
HSL 171.56º 1% 0.87% -
HSV(B) 171.56º 0.25% 1% -
XYZ 73.88 89.25 100.52 -
YUV 234.84 134.3 96.73 -
System Red Green Blue C M Y K H S L
Decimal 191 255 246 0.25 0 0.04 0 171.56 1 0.87
Hex BF FF F6 19 0 4 0 AC 64 57
Octal 277 377 366 31 0 4 0 254 144 127
Binary 10111111 11111111 11110110 11001 0 100 0 10101100 1100100 1010111

Color Harmonies of #BFFFF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFFFF6

Black with #BFFFF6

Text Example


Text Example

White with #BFFFF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFFFF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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