Html Css Color HEX #BFFFF3 Pale Turquoise

📋 copy color: '#BFFFF3'

red 191 ◦ green 255 ◦ blue 243

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

Shades of Pale Turquoise #BFFFF3

Tints of Pale Turquoise #BFFFF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 35.27%

R = 27.72%
G = 37.01%
B = 35.27%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.05

 K value IS 0

RGB Variations

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

Color information

#BFFFF3 (or 0xBFFFF3) is known color: Pale Turquoise. HEX triplet: BF, FF and F3. RGB value is (191,255,243). Sum of RGB (Red+Green+Blue) = 191+255+243=689 (91% of max value = 765). Red value is 191 (75% from 255 or 27.72% from 689); Green value is 255 (100% from 255 or 37.01% from 689); Blue value is 243 (95.31% from 255 or 35.27% from 689); Max value from RGB is 255 - color contains mainly: green. Hex color #BFFFF3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFFFF3 is #40000C. Grayscale: #EAEAEA. Windows color (decimal): -4194317 or 15990719. OLE color: 15990719.

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

Color convert

RGB 191 255 243 -
CMYK 0.25 0 0.05 0
HSL 168.75º 1% 0.87% -
HSV(B) 168.75º 0.25% 1% -
XYZ 73.42 89.07 98.12 -
YUV 234.5 132.8 96.98 -
System Red Green Blue C M Y K H S L
Decimal 191 255 243 0.25 0 0.05 0 168.75 1 0.87
Hex BF FF F3 19 0 5 0 A9 64 57
Octal 277 377 363 31 0 5 0 251 144 127
Binary 10111111 11111111 11110011 11001 0 101 0 10101001 1100100 1010111

Color Harmonies of #BFFFF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFFFF3

Black with #BFFFF3

Text Example


Text Example

White with #BFFFF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFFFF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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