Html Css Color HEX #BFFFFC Pale Turquoise

📋 copy color: '#BFFFFC'

red 191 ◦ green 255 ◦ blue 252

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

Shades of Pale Turquoise #BFFFFC

Tints of Pale Turquoise #BFFFFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 36.1%

R = 27.36%
G = 36.53%
B = 36.1%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.01

 K value IS 0

RGB Variations

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

Color information

#BFFFFC (or 0xBFFFFC) is known color: Pale Turquoise. HEX triplet: BF, FF and FC. RGB value is (191,255,252). Sum of RGB (Red+Green+Blue) = 191+255+252=698 (92% of max value = 765). Red value is 191 (75% from 255 or 27.36% from 698); Green value is 255 (100% from 255 or 36.53% from 698); Blue value is 252 (98.83% from 255 or 36.10% from 698); Max value from RGB is 255 - color contains mainly: green. Hex color #BFFFFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFFFFC is #400003. Grayscale: #EBEBEB. Windows color (decimal): -4194308 or 16580543. OLE color: 16580543.

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

Color convert

RGB 191 255 252 -
CMYK 0.25 0 0.01 0
HSL 177.19º 1% 0.87% -
HSV(B) 177.19º 0.25% 1% -
XYZ 74.82 89.62 105.45 -
YUV 235.52 137.3 96.24 -
System Red Green Blue C M Y K H S L
Decimal 191 255 252 0.25 0 0.01 0 177.19 1 0.87
Hex BF FF FC 19 0 1 0 B1 64 57
Octal 277 377 374 31 0 1 0 261 144 127
Binary 10111111 11111111 11111100 11001 0 1 0 10110001 1100100 1010111

Color Harmonies of #BFFFFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFFFFC

Black with #BFFFFC

Text Example


Text Example

White with #BFFFFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFFFFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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