Html Css Color HEX #BFFFF7 Pale Turquoise

📋 copy color: '#BFFFF7'

red 191 ◦ green 255 ◦ blue 247

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

Shades of Pale Turquoise #BFFFF7

Tints of Pale Turquoise #BFFFF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 35.64%

R = 27.56%
G = 36.8%
B = 35.64%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.03

 K value IS 0

RGB Variations

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

Color information

#BFFFF7 (or 0xBFFFF7) is known color: Pale Turquoise. HEX triplet: BF, FF and F7. RGB value is (191,255,247). Sum of RGB (Red+Green+Blue) = 191+255+247=693 (91% of max value = 765). Red value is 191 (75% from 255 or 27.56% from 693); Green value is 255 (100% from 255 or 36.80% from 693); Blue value is 247 (96.88% from 255 or 35.64% from 693); Max value from RGB is 255 - color contains mainly: green. Hex color #BFFFF7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFFFF7 is #400008. Grayscale: #EAEAEA. Windows color (decimal): -4194313 or 16252863. OLE color: 16252863.

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

Color convert

RGB 191 255 247 -
CMYK 0.25 0 0.03 0
HSL 172.5º 1% 0.87% -
HSV(B) 172.5º 0.25% 1% -
XYZ 74.03 89.31 101.33 -
YUV 234.95 134.8 96.65 -
System Red Green Blue C M Y K H S L
Decimal 191 255 247 0.25 0 0.03 0 172.5 1 0.87
Hex BF FF F7 19 0 3 0 AC 64 57
Octal 277 377 367 31 0 3 0 254 144 127
Binary 10111111 11111111 11110111 11001 0 11 0 10101100 1100100 1010111

Color Harmonies of #BFFFF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFFFF7

Black with #BFFFF7

Text Example


Text Example

White with #BFFFF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFFFF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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