Html Css Color HEX #BFF1F1 Pale Turquoise

📋 copy color: '#BFF1F1'

red 191 ◦ green 241 ◦ blue 241

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

Shades of Pale Turquoise #BFF1F1

Tints of Pale Turquoise #BFF1F1

RGB

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

 GREEN value IS 241 (94.53% from 255) = 35.81%

 BLUE value IS 241 (94.53% from 255) = 35.81%

R = 28.38%
G = 35.81%
B = 35.81%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BFF1F1 (or 0xBFF1F1) is known color: Pale Turquoise. HEX triplet: BF, F1 and F1. RGB value is (191,241,241). Sum of RGB (Red+Green+Blue) = 191+241+241=673 (89% of max value = 765). Red value is 191 (75% from 255 or 28.38% from 673); Green value is 241 (94.53% from 255 or 35.81% from 673); Blue value is 241 (94.53% from 255 or 35.81% from 673); Max value from RGB is 241 - color contains mainly: green, blue. Hex color #BFF1F1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFF1F1 is #400E0E. Grayscale: #E2E2E2. Windows color (decimal): -4197903 or 15856063. OLE color: 15856063.

HSL color Cylindrical-coordinate representation of color #BFF1F1: hue angle of 180º degrees, saturation: 0.64, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BFF1F1 is Cyan = 0.21, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 191 241 241 -
CMYK 0.21 0 0 0.05
HSL 180º 0.64% 0.85% -
HSV(B) 180º 0.21% 0.95% -
XYZ 68.82 80.34 95.1 -
YUV 226.05 136.44 103 -
System Red Green Blue C M Y K H S L
Decimal 191 241 241 0.21 0 0 0.05 180 0.64 0.85
Hex BF F1 F1 15 0 0 5 B4 40 55
Octal 277 361 361 25 0 0 5 264 100 125
Binary 10111111 11110001 11110001 10101 0 0 101 10110100 1000000 1010101

Color Harmonies of #BFF1F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFF1F1

Black with #BFF1F1

Text Example


Text Example

White with #BFF1F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFF1F1; }

 p { color: rgb(191,241,241); }

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

background-color css

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

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

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

border-color css

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

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

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